Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

should

Package Overview
Dependencies
Maintainers
4
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

should - npm Package Compare versions

Comparing version 8.4.0 to 9.0.0

cjs/should.js

2

as-function.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc