bytestreamjs
Advanced tools
Comparing version 1.0.0 to 1.0.12
{ | ||
"name": "bytestreamjs", | ||
"version": "1.0.0", | ||
"description": "ES6 version of ByteStream", | ||
"main": "index.js", | ||
"author": { | ||
"email": "yury@strozhevsky.com", | ||
"name": "Yury Strozhevsky" | ||
}, | ||
"description": "ByteStream is a library making possibe to manipulates single bytes and bits on pure JavaScript", | ||
"contributors": [ | ||
{ | ||
"email": "rmh@unmitigatedrisk.com", | ||
"name": "Ryan Hurst" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/PeculiarVenturess/ByteStream.js.git" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "latest", | ||
"babel-plugin-istanbul": "^4.1.5", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-env": "latest", | ||
"cross-env": "^5.1.4", | ||
"eslint": "^4.19.1", | ||
"mocha": "^3.0.2", | ||
"nyc": "^11.6.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "babel src --compact=false --out-dir build --source-maps", | ||
"watch": "babel src --compact=false --out-dir build --source-maps --watch", | ||
"test": "cross-env NODE_ENV=test nyc mocha --require babel-register --require babel-polyfill", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"author": "Yury Strozhevsky", | ||
"license": "ISC" | ||
"keywords": [ | ||
"ES6", | ||
"ES2015", | ||
"stream", | ||
"bit", | ||
"byte", | ||
"access" | ||
], | ||
"name": "bytestreamjs", | ||
"version": "1.0.12", | ||
"jsnext:main": "./src/bytestream.js", | ||
"module": "./src/bytestream.js", | ||
"main": "./build/bytestream.js", | ||
"license": "MIT" | ||
} |
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
Mixed license
License(Experimental) Package contains multiple licenses.
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the 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
489087
6
7066
1
0
197
0
8
1