Comparing version 0.0.6 to 0.0.7
@@ -5,3 +5,3 @@ { | ||
"description": "Work with objects of different cased keys", | ||
"version": "0.0.5", | ||
"version": "0.0.7", | ||
"keywords": [], | ||
@@ -8,0 +8,0 @@ "dependencies": { |
0.0.7 / 2014-06-12 | ||
================== | ||
* add a fix for identity matching | ||
0.0.6 / 2014-02-11 | ||
@@ -3,0 +8,0 @@ ================== |
var Case = require('case'); | ||
var identity = function(_){ return _; }; | ||
/** | ||
* Cases | ||
*/ | ||
var cases = [ | ||
identity, | ||
Case.upper, | ||
@@ -7,0 +13,0 @@ Case.lower, |
{ | ||
"name": "obj-case", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Work with objects of different cased keys", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -23,2 +23,6 @@ | ||
}); | ||
it('should find non-uniform cased keys', function () { | ||
expect(objCase({ camel_Case: true }, 'camel_Case')).to.eql(true); | ||
}); | ||
}); | ||
@@ -25,0 +29,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
NPM Shrinkwrap
Supply chain riskPackage contains a shrinkwrap file. This may allow the package to bypass normal install procedures.
Found 1 instance in 1 package
1
7507
10
153