Socket
Socket
Sign inDemoInstall

json-e

Package Overview
Dependencies
1
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

2

package.json
{
"name": "json-e",
"version": "2.1.0",
"version": "2.1.1",
"description": "json parameterization module inspired from json-parameterization",

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

@@ -329,2 +329,7 @@ /*

string: '\'[^\']*\'|"[^"]*"',
// avoid matching these as prefixes of identifiers e.g., `insinutations`
true: 'true(?![a-zA-Z_0-9])',
false: 'false(?![a-zA-Z_0-9])',
in: 'in(?![a-zA-Z_0-9])',
null: 'null(?![a-zA-Z_0-9])',
},

@@ -331,0 +336,0 @@ tokens: [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc