Comparing version 8.4.0 to 9.0.0
@@ -1,1 +0,1 @@ | ||
module.exports = require('./lib/should'); | ||
module.exports = require('./cjs/should'); |
@@ -1,2 +0,2 @@ | ||
var should = require('./lib/should'); | ||
var should = require('./cjs/should'); | ||
@@ -3,0 +3,0 @@ var defaultProto = Object.prototype; |
{ | ||
"name": "should", | ||
"description": "test framework agnostic BDD-style assertions", | ||
"version": "8.4.0", | ||
"version": "9.0.0", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>, Denis Bardadym <bardadymchik@gmail.com> and other contributors", | ||
@@ -12,21 +12,18 @@ "repository": { | ||
"scripts": { | ||
"cjs": "rollup --format=cjs --output=cjs/should.js lib/should.js", | ||
"es6": "rollup --format=es6 --output=es6/should.js lib/should.js", | ||
"build": "npm run cjs && npm run es6", | ||
"prepublish": "npm run build && npm run browser", | ||
"pretest": "npm run build", | ||
"test": "mocha -R mocha-better-spec-reporter --check-leaks ./test/*.test.js ./test/**/*.test.js", | ||
"zuul": "zuul -- ./test/**/*.test.js ./test/*.test.js", | ||
"browser": "gulp script" | ||
"browser": "rollup -c rollup.config.js --output ./should.js" | ||
}, | ||
"devDependencies": { | ||
"bluebird": "^3.0.6", | ||
"browserify": "latest", | ||
"bundle-collapser": "^1.2.1", | ||
"eslint": "^2.4.0", | ||
"gulp": "^3.8.10", | ||
"gulp-derequire": "^2.1.0", | ||
"gulp-rename": "^1.2.0", | ||
"gulp-uglify": "^1.0.1", | ||
"gulp-wrapper": "^1.0.0", | ||
"lodash.template": "^4.2.4", | ||
"mocha": "latest", | ||
"mocha-better-spec-reporter": "latest", | ||
"vinyl-buffer": "^1.0.0", | ||
"vinyl-source-stream": "^1.1.0", | ||
"rollup": "^0.26.3", | ||
"rollup-plugin-node-resolve": "^1.5.0", | ||
"zuul": "latest" | ||
@@ -43,6 +40,15 @@ }, | ||
"dependencies": { | ||
"should-equal": "0.8.0", | ||
"should-format": "0.3.2", | ||
"should-type": "0.2.0" | ||
} | ||
"should-equal": "^1.0.0", | ||
"should-format": "^1.0.0", | ||
"should-type": "^1.0.0" | ||
}, | ||
"files": [ | ||
"cjs/*", | ||
"es6/*", | ||
"as-function.js", | ||
"index.js", | ||
"should.js", | ||
"LICENSE", | ||
"*.md" | ||
] | ||
} |
Sorry, the diff of this file is too big to display
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
295210
7
8197
0
10
1
+ Addedshould-equal@1.0.1(transitive)
+ Addedshould-format@1.0.0(transitive)
+ Addedshould-type@1.4.0(transitive)
- Removedshould-equal@0.8.0(transitive)
- Removedshould-format@0.3.2(transitive)
- Removedshould-type@0.2.0(transitive)
Updatedshould-equal@^1.0.0
Updatedshould-format@^1.0.0
Updatedshould-type@^1.0.0