Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-json-strings

Package Overview
Dependencies
Maintainers
6
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-json-strings - npm Package Compare versions

Comparing version 7.12.13 to 7.13.8

2

lib/index.js

@@ -34,3 +34,3 @@ "use strict";

} = node;
if (!(extra == null ? void 0 : extra.raw)) return;
if (!(extra != null && extra.raw)) return;
extra.raw = extra.raw.replace(regex, replace);

@@ -37,0 +37,0 @@ }

{
"name": "@babel/plugin-proposal-json-strings",
"version": "7.12.13",
"version": "7.13.8",
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",

@@ -20,4 +20,4 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^7.12.13",
"@babel/plugin-syntax-json-strings": "^7.8.0"
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/plugin-syntax-json-strings": "^7.8.3"
},

@@ -28,5 +28,5 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "7.12.13",
"@babel/core": "7.13.8",
"@babel/helper-plugin-test-runner": "7.12.13"
}
}
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