Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@babel/plugin-proposal-logical-assignment-operators

Package Overview
Dependencies
Maintainers
6
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-logical-assignment-operators - npm Package Compare versions

Comparing version 7.13.8 to 7.14.2

4

lib/index.js

@@ -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 @@ },

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