Socket
Socket
Sign inDemoInstall

@cysonius/json-utils

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cysonius/json-utils - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

Wait.js

8

index.js
const checkTypes=require('check-types');
const async=require('async');
const jsonPointer=require('json-pointer');

@@ -61,2 +60,3 @@

for (let k in dict){
if (!dict.hasOwnProperty(k))continue;
let newK=k.split('/');

@@ -76,2 +76,3 @@ newK.shift();

for (let k in dict){
if (!dict.hasOwnProperty(k))continue;
if (format&&format.toLowerCase()==='dot'){

@@ -104,3 +105,4 @@ let newK=k.split('/');

});
}
}
},
Wait:require('./Wait.js')
};
{
"name": "@cysonius/json-utils",
"version": "0.0.3",
"version": "0.0.4",
"description": "json utils",

@@ -5,0 +5,0 @@ "author": {

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