Comparing version 2.5.2 to 2.6.0
@@ -5,3 +5,3 @@ #!/usr/bin/env node | ||
const version = require('./package.json').version | ||
const Gzipper = require('./Gzipper') | ||
const Gzipper = require('./src/Gzipper') | ||
@@ -8,0 +8,0 @@ const { |
{ | ||
"name": "gzipper", | ||
"version": "2.5.2", | ||
"version": "2.6.0", | ||
"description": "CLI for compressing files.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha", | ||
"test": "nyc --check-coverage --reporter='text-summary' mocha --timeout=3000 --recursive './tests/**/*.spec.js'", | ||
"coverage": "nyc mocha --timeout=3000 --recursive './tests/**/*.spec.js'", | ||
"prettier": "prettier --write \"**/*.js\"", | ||
@@ -38,4 +39,6 @@ "eslint": "eslint \"**/*.js\"", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^11.13.10", | ||
"@types/node": "^11.13.11", | ||
"@types/semver": "^6.0.0", | ||
"@types/sinon": "^7.0.11", | ||
"@types/uuid": "^3.4.4", | ||
"eslint": "^5.16.0", | ||
@@ -45,3 +48,5 @@ "eslint-config-prettier": "^4.3.0", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.17.1", | ||
"semver": "^6.0.0", | ||
"sinon": "^7.3.2" | ||
@@ -48,0 +53,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
510494
38
1355
14
2