Comparing version 0.0.8 to 0.0.9
@@ -5,3 +5,3 @@ { | ||
"description": "Work with objects of different cased keys", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"keywords": [], | ||
@@ -8,0 +8,0 @@ "dependencies": { |
0.0.9 / 2014-08-30 | ||
================== | ||
* Merge pull request #5 from segmentio/fix/test | ||
* work on blank objects | ||
0.0.8 / 2014-08-29 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -97,2 +97,4 @@ | ||
if (!key) return; | ||
// the `obj` and `key` is one above the leaf object and key, so | ||
@@ -99,0 +101,0 @@ // start object: { a: { 'b.c': 10 } } |
{ | ||
"name": "obj-case", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Work with objects of different cased keys", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,2 +38,7 @@ | ||
it('should work on blank objects', function () { | ||
var obj = {}; | ||
expect(objCase(obj, 'a.b.c')).to.eql(undefined); | ||
}); | ||
describe('casing', function(){ | ||
@@ -40,0 +45,0 @@ it('should find crazy looking paths', function () { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10896
232
0