@babel/plugin-transform-json-strings
Advanced tools
Comparing version 7.22.11 to 7.23.3
@@ -8,3 +8,3 @@ "use strict"; | ||
var _helperPluginUtils = require("@babel/helper-plugin-utils"); | ||
var _default = (0, _helperPluginUtils.declare)(api => { | ||
var _default = exports.default = (0, _helperPluginUtils.declare)(api => { | ||
api.assertVersion(7); | ||
@@ -33,4 +33,3 @@ const regex = /(\\*)([\u2028\u2029])/g; | ||
}); | ||
exports.default = _default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/plugin-transform-json-strings", | ||
"version": "7.22.11", | ||
"version": "7.23.3", | ||
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings", | ||
@@ -27,3 +27,3 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.22.11", | ||
"@babel/core": "^7.23.3", | ||
"@babel/helper-plugin-test-runner": "^7.22.5" | ||
@@ -30,0 +30,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5856
31