New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mitsuketa

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mitsuketa - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

25

index.js

@@ -5,2 +5,13 @@ /**

module.exports.mitsuketa = {
deepGet : deepGet(collection, identity),
locate : locate(collection, identity),
trim : trim(identity,keyList),
containsKeys : containsKeys(identity,keyList),
isIterable : isIterable(identity),
identical : identical(identityA,identityB),
sameStructure : sameStructure(identityA,identityB),
sameType : sameType(identityA,identityB),
getType : getType(identity)
}

@@ -153,15 +164,1 @@ function deepGet(collection, identity){

}
var mitsuketa = {
deepGet : deepGet(collection, identity),
locate : locate(collection, identity),
trim : trim(identity,keyList),
containsKeys : containsKeys(identity,keyList),
isIterable : isIterable(identity),
identical : identical(identityA,identityB),
sameStructure : sameStructure(identityA,identityB),
sameType : sameType(identityA,identityB),
getType : getType(identity)
}
module.exports = mitsuketa;
{
"name": "mitsuketa",
"version": "1.0.4",
"version": "1.0.5",
"description": "A Javascript library that enables you to handle deeply nested objects easily.",

@@ -5,0 +5,0 @@ "main": "index.js",

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