jasmine-node-sugar
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -0,1 +1,3 @@ | ||
var _ = require('lodash'); | ||
// timeout fix for Node.js | ||
@@ -2,0 +4,0 @@ jasmine.getGlobal().setTimeout = function(funcToCall, millis) { |
@@ -8,3 +8,3 @@ { | ||
"description": "Some additional methods that make my life easier when testing with Jasmine in Node.js", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"keywords": [ | ||
@@ -18,2 +18,5 @@ "jasmine", | ||
}, | ||
"dependencies": { | ||
"lodash": "latest" | ||
}, | ||
"main": "./index.js", | ||
@@ -20,0 +23,0 @@ "engines": [ |
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
3692
43
1
+ Addedlodash@latest
+ Addedlodash@4.17.21(transitive)