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

@sinonjs/commons

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sinonjs/commons - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

lib/prototypes/map.js

1

lib/prototypes/index.js

@@ -6,2 +6,3 @@ "use strict";

function: require("./function"),
map: require("./map"),
object: require("./object"),

@@ -8,0 +9,0 @@ set: require("./set"),

@@ -7,2 +7,3 @@ "use strict";

var functionProto = require("./index").function;
var mapProto = require("./index").map;
var objectProto = require("./index").object;

@@ -19,2 +20,5 @@ var setProto = require("./index").set;

});
describe(".map", function() {
verifyProperties(mapProto, Map);
});
describe(".object", function() {

@@ -21,0 +25,0 @@ verifyProperties(objectProto, Object);

2

package.json
{
"name": "@sinonjs/commons",
"version": "1.5.0",
"version": "1.6.0",
"description": "Simple functions shared among the sinon end user libraries",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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