Comparing version 0.0.0 to 0.5.0
{ | ||
"name": "stream-web", | ||
"version": "0.0.0", | ||
"version": "0.5.0", | ||
"description": "stream video using crawls", | ||
"main": "index.js", | ||
"main": "dist/main.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"transpile": "babel src --out-dir dist", | ||
"test": "mocha --compilers js:babel-register --reporter spec 'test/*.spec.js'", | ||
"build": "npm run transpile && npm run test" | ||
}, | ||
@@ -19,3 +21,14 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/heyderpd/npm-stream-web#readme" | ||
"homepage": "https://github.com/heyderpd/npm-stream-web#readme", | ||
"dependencies": { | ||
"html-parse-regex": "^1.1.1", | ||
"pytils": "^1.31.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-core": "^6.25.0", | ||
"babel-polyfill": "^6.23.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-register": "^6.24.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
20708
17
572
1
1
3
2
5
3
+ Addedhtml-parse-regex@^1.1.1
+ Addedpytils@^1.31.0
+ Addeddejavu-call@0.7.3(transitive)
+ Addedhtml-parse-regex@1.2.2(transitive)
+ Addedpytils@1.40.3(transitive)