@babel/plugin-proposal-logical-assignment-operators
Advanced tools
Comparing version 7.13.8 to 7.14.2
@@ -10,8 +10,6 @@ "use strict"; | ||
var _pluginSyntaxLogicalAssignmentOperators = _interopRequireDefault(require("@babel/plugin-syntax-logical-assignment-operators")); | ||
var _pluginSyntaxLogicalAssignmentOperators = require("@babel/plugin-syntax-logical-assignment-operators"); | ||
var _core = require("@babel/core"); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var _default = (0, _helperPluginUtils.declare)(api => { | ||
@@ -18,0 +16,0 @@ api.assertVersion(7); |
{ | ||
"name": "@babel/plugin-proposal-logical-assignment-operators", | ||
"version": "7.13.8", | ||
"version": "7.14.2", | ||
"description": "Transforms logical assignment operators into short-circuited assignments", | ||
@@ -26,5 +26,5 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "7.13.8", | ||
"@babel/helper-plugin-test-runner": "7.12.13", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.13.8", | ||
"@babel/core": "7.14.2", | ||
"@babel/helper-plugin-test-runner": "7.13.10", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.2", | ||
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" | ||
@@ -31,0 +31,0 @@ }, |
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
4422
53