@babel/plugin-proposal-json-strings
Advanced tools
Comparing version 7.0.0 to 7.2.0
@@ -41,2 +41,3 @@ "use strict"; | ||
return { | ||
name: "proposal-json-strings", | ||
inherits: _pluginSyntaxJsonStrings().default, | ||
@@ -43,0 +44,0 @@ visitor: { |
{ | ||
"name": "@babel/plugin-proposal-json-strings", | ||
"version": "7.0.0", | ||
"version": "7.2.0", | ||
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-json-strings", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "lib/index.js", | ||
@@ -13,3 +16,3 @@ "keywords": [ | ||
"@babel/helper-plugin-utils": "^7.0.0", | ||
"@babel/plugin-syntax-json-strings": "^7.0.0" | ||
"@babel/plugin-syntax-json-strings": "^7.2.0" | ||
}, | ||
@@ -20,5 +23,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@babel/core": "^7.2.0", | ||
"@babel/helper-plugin-test-runner": "^7.0.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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
3511
44
1