Socket
Socket
Sign inDemoInstall

should

Package Overview
Dependencies
3
Maintainers
4
Versions
114
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.2 to 10.0.0

5

History.md

@@ -0,1 +1,6 @@

10.0.0 / 2016-07-18
===================
* Possible breaking change/bugfix in should-format when in objects used keys that looks like a numbers
9.0.2 / 2016-06-10

@@ -2,0 +7,0 @@ ==================

10

package.json
{
"name": "should",
"description": "test framework agnostic BDD-style assertions",
"version": "9.0.2",
"version": "10.0.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>, Denis Bardadym <bardadymchik@gmail.com> and other contributors",

@@ -13,3 +13,3 @@ "repository": {

"cjs": "rollup --format=cjs --output=cjs/should.js lib/should.js",
"es6": "rollup --format=es6 --output=es6/should.js lib/should.js",
"es6": "rollup --format=es --output=es6/should.js lib/should.js",
"build": "npm run cjs && npm run es6",

@@ -24,6 +24,6 @@ "prepublish": "npm run build && npm run browser",

"bluebird": "^3.0.6",
"eslint": "^2.4.0",
"eslint": "^3.0.0",
"mocha": "latest",
"mocha-better-spec-reporter": "latest",
"rollup": "^0.29.0",
"rollup": "0.34.1",
"rollup-plugin-node-resolve": "^1.5.0",

@@ -42,3 +42,3 @@ "zuul": "latest"

"should-equal": "^1.0.0",
"should-format": "^1.0.0",
"should-format": "^2.0.0",
"should-type": "^1.0.0"

@@ -45,0 +45,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc