Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

6to5 deprecation warning on npm install #10

Closed
pdehaan opened this issue Jan 30, 2015 · 3 comments
Closed

6to5 deprecation warning on npm install #10

pdehaan opened this issue Jan 30, 2015 · 3 comments

Comments

@pdehaan
Copy link
Contributor

pdehaan commented Jan 30, 2015

Steps to reproduce:

$ npm i

npm WARN deprecated [email protected]: 3.0.0 has been released featuring a host of bug fixes and new features

It looks like the karma-6to5-preprocessor module may be the only outdated module that got installed from a brand new git clone:

$ npm outdated --depth 0

Package                  Current  Wanted  Latest  Location
karma-6to5-preprocessor    1.0.0   1.0.0   3.0.0  karma-6to5-preprocessor

Current package.json:43 points to "^1.0.*":

"karma-6to5-preprocessor": "^1.0.*",
@pdehaan
Copy link
Contributor Author

pdehaan commented Jan 30, 2015

Unrelated (and possibly unavoidable) but it looks like karma may be using an older and potentially vuln version of connect. I can dig deeper and see if there is a bug and/or pull request out for karma. I'm guessing there isn't a newer version available since I didn't see anything from npm outdated --depth 0:

$ npm shrinkwrap --dev
wrote npm-shrinkwrap.json

$ nsp shrinkwrap
Name          Installed  Patched  Vulnerable Dependency
serve-static    1.6.4    >=1.7.2  readinglist-client > karma > connect

UPDATE: Filed upstream as karma-runner/karma#1295

@n1k0
Copy link
Contributor

n1k0 commented Jan 30, 2015

@pdehaan tbh I'm currently considering moving away from karma, as its local server seems to be fairly unstable, and its configuration is kinda painful with this project setup; I'll investigate testem and mochify as a replacement, though it's not P1 for now.

In the meanwhile, I'll update the karma-6to5-preprocessor package. Thanks for the report.

n1k0 added a commit that referenced this issue Jan 30, 2015
@n1k0
Copy link
Contributor

n1k0 commented Feb 9, 2015

Fixed by ff1a536 along with #10 & #15.

@n1k0 n1k0 closed this as completed Feb 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants