Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

obj-case

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

obj-case - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

component.json

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc