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 2.0.1 to 2.0.2

should.js

5

History.md

@@ -0,2 +1,7 @@

2.0.2 / 2013-10-21
==================
* Add '#of' as getter for chaining.
* Exclude browser script for .npmignore.
2.0.1 / 2013-10-10

@@ -3,0 +8,0 @@ ==================

@@ -164,2 +164,12 @@ /*!

get of() {
return this;
},
/**
* Dummy getter.
*
* @api public
*/
get a() {

@@ -166,0 +176,0 @@ return this;

2

package.json
{ "name": "should"
, "description": "test framework agnostic BDD-style assertions"
, "version": "2.0.1"
, "version": "2.0.2"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"

@@ -5,0 +5,0 @@ , "repository": { "type": "git", "url": "git://github.com/visionmedia/should.js.git" }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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