Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-pipeline-operator

Package Overview
Dependencies
Maintainers
6
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-pipeline-operator - npm Package Compare versions

Comparing version 7.10.4 to 7.10.5

4

lib/buildOptimizedSequenceExpression.js

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

path.scope.push({
id: placeholderNode
id: _core.types.cloneNode(placeholderNode)
});

@@ -53,3 +53,3 @@ return _core.types.sequenceExpression([assign, call]);

path.scope.push({
id: placeholderNode
id: _core.types.cloneNode(placeholderNode)
});

@@ -56,0 +56,0 @@

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

PipelinePrimaryTopicReference(path) {
path.replaceWith(this.topicId);
path.replaceWith(_core.types.cloneNode(this.topicId));
},

@@ -15,0 +15,0 @@

{
"name": "@babel/plugin-proposal-pipeline-operator",
"version": "7.10.4",
"version": "7.10.5",
"description": "Transform pipeline operator into call expressions",

@@ -26,6 +26,6 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4"
},
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
"gitHead": "f7964a9ac51356f7df6404a25b27ba1cffba1ba7"
}
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