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

@babel/plugin-syntax-pipeline-operator

Package Overview
Dependencies
Maintainers
5
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 7.3.0 to 7.5.0

2

lib/index.js

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

const proposals = ["minimal", "smart"];
const proposals = ["minimal", "smart", "fsharp"];
exports.proposals = proposals;

@@ -21,0 +21,0 @@

{
"name": "@babel/plugin-syntax-pipeline-operator",
"version": "7.3.0",
"version": "7.5.0",
"description": "Allow parsing of the pipeline operator",

@@ -21,5 +21,5 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-pipeline-operator",

"devDependencies": {
"@babel/core": "^7.2.0"
"@babel/core": "^7.5.0"
},
"gitHead": "f6ee26c3da4c903818fd61fd9e5e8e1970185f77"
"gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4"
}
import { declare } from "@babel/helper-plugin-utils";
export const proposals = ["minimal", "smart"];
export const proposals = ["minimal", "smart", "fsharp"];

@@ -5,0 +5,0 @@ export default declare((api, { proposal }) => {

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