arithmetic-coding
Advanced tools
Comparing version 1.2.1 to 1.2.2
# arithmetic-coding CHANGELOG | ||
## v1.2.2 | ||
2019.03.31 | ||
- Clean up dependencies. | ||
## v1.2.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "arithmetic-coding", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Arithmetic coding implementation", | ||
@@ -43,7 +43,5 @@ "main": "src/index.js", | ||
"concat-stream": "^2.0.0", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"which": "^1.3.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.3", | ||
@@ -50,0 +48,0 @@ "istanbul": "^0.4.5", |
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
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
4
5
1
2297232
- Removedmocha-lcov-reporter@^1.3.0
- Removedmocha-lcov-reporter@1.3.0(transitive)