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

edit-json-file

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edit-json-file - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

package.json

@@ -13,3 +13,3 @@ {

"license": "MIT",
"version": "1.3.1",
"version": "1.3.2",
"main": "lib/index.js",

@@ -16,0 +16,0 @@ "scripts": {

@@ -56,2 +56,3 @@

file.set("planet", "Earth");
file.set("city\\.name", "anytown");
file.set("name.first", "Johnny");

@@ -61,5 +62,7 @@ file.set("name.last", "B.");

// Output the content
console.log(file.get());
// { planet: 'Earth',
// city.name: 'anytown',
// name: { first: 'Johnny', last: 'B.' },

@@ -66,0 +69,0 @@ // is_student: false }

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