Comparing version 1.4.2 to 1.4.3
@@ -9,3 +9,2 @@ /** | ||
* @param {string} keyName | ||
* @param {string} newKeyName | ||
* @param {Optional Number} maxDepth | ||
@@ -40,3 +39,2 @@ * @return {Any} identity | ||
* @param {string} keyName | ||
* @param {string} newKeyName | ||
* @param {Optional Number} maxDepth | ||
@@ -852,3 +850,3 @@ * @return {Any} identity | ||
mitsuketa = { | ||
var mitsuketa = { | ||
getType : function(identity) { return getType(identity); }, | ||
@@ -855,0 +853,0 @@ sameType : function(identityA,identityB) { return sameType(identityA,identityB); }, |
{ | ||
"name": "mitsuketa", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "A Javascript library that enables you to handle deeply nested objects easily.", | ||
@@ -25,3 +25,6 @@ "main": "index.js", | ||
"handling nested objects", | ||
"react-json-editor-ajrm" | ||
"react-json-editor-ajrm", | ||
"mitsuketajs.org", | ||
"utility", | ||
"middleware" | ||
], | ||
@@ -28,0 +31,0 @@ "author": "Andrew Redican", |
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
136200
2579