should-format
Advanced tools
Comparing version 0.3.2 to 1.0.0
{ | ||
"name": "should-format", | ||
"version": "0.3.2", | ||
"version": "1.0.0", | ||
"description": "Formatting of objects for should.js", | ||
"main": "index.js", | ||
"main": "cjs/should-format.js", | ||
"jsnext:main": "es6/should-format.js", | ||
"repository": { | ||
@@ -11,4 +12,9 @@ "type": "git", | ||
"scripts": { | ||
"test": "mocha -R mocha-better-spec-reporter tests/test.js", | ||
"browserify": "rm tests/browser/tests.js && browserify tests/test.js >> tests/browser/tests.js" | ||
"test": "mocha --harmony_simd -R mocha-better-spec-reporter tests/test.js", | ||
"browserify": "rm tests/browser/tests.js && browserify tests/test.js >> tests/browser/tests.js", | ||
"cjs": "rollup --format=cjs --output=cjs/should-format.js index.js", | ||
"es6": "rollup --format=es6 --output=es6/should-format.js index.js", | ||
"build": "npm run cjs && npm run es6", | ||
"prepublish": "npm run build", | ||
"pretest": "npm run build" | ||
}, | ||
@@ -24,7 +30,14 @@ "keywords": [ | ||
"mocha": "latest", | ||
"mocha-better-spec-reporter": "latest" | ||
"mocha-better-spec-reporter": "latest", | ||
"rollup": "^0.26.3" | ||
}, | ||
"files": [ | ||
"cjs/*", | ||
"es6/*", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"dependencies": { | ||
"should-type": "0.2.0" | ||
"should-type": "^1.0.0" | ||
} | ||
} |
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
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
0
30802
4
5
808
1
+ Addedshould-type@1.4.0(transitive)
- Removedshould-type@0.2.0(transitive)
Updatedshould-type@^1.0.0