object-sizeof
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "object-sizeof", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Sizeof of a JavaScript object in bytes", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"lodash": "^3.x" | ||
"lodash": "^3.6.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "devDependencies": { |
@@ -10,6 +10,8 @@ "use strict"; | ||
it('null is 0', function() { | ||
sizeof(null).should.be.equal(0); | ||
}); | ||
it('undefined is 0', function() { | ||
sizeof().should.be.equal(0); | ||
}); | ||
@@ -16,0 +18,0 @@ |
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
7396
132
Updatedlodash@^3.6.0