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

permissive-json

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

permissive-json - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

_MTN/update

2

index.js

@@ -17,3 +17,3 @@ /*!

.replace(/^\uFEFF/, '') // remove leading BOM
.replace(/^((?:[^"\n]|"[^"\n]*")*)\/\/.*$/mg, '$1') // remove C-style comments
.replace(/^((?:[^"\n\/]|\/[^\/]|"[^"\n]*")*)\/\/.*$/mg, '$1') // remove C-style comments
.replace(/,(\s*[}])/g, '$1') // remove extra commas

@@ -20,0 +20,0 @@ );

{
"name": "permissive-json",
"version": "0.1.0",
"version": "0.1.1",
"description": "Permissive JSON parser",

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

Sorry, the diff of this file is not supported yet

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