@sinonjs/commons
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -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); |
{ | ||
"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", |
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
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
32711
37
725