🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@babel/plugin-syntax-pipeline-operator

Package Overview
Dependencies
Maintainers
4
Versions
101
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
8.0.0-rc.4
to
8.0.0-rc.5
+1
-1
lib/index.js

@@ -10,3 +10,3 @@ import { declare } from '@babel/helper-plugin-utils';

}) => {
api.assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.4");
api.assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.5");
if (typeof proposal !== "string" || !PIPELINE_PROPOSALS.includes(proposal)) {

@@ -13,0 +13,0 @@ const proposalList = PIPELINE_PROPOSALS.map(p => `"${p}"`).join(", ");

{
"name": "@babel/plugin-syntax-pipeline-operator",
"version": "8.0.0-rc.4",
"version": "8.0.0-rc.5",
"description": "Allow parsing of the pipeline operator",

@@ -20,12 +20,12 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-rc.4"
"@babel/helper-plugin-utils": "^8.0.0-rc.5"
},
"peerDependencies": {
"@babel/core": "^8.0.0-rc.4"
"@babel/core": "^8.0.0-rc.5"
},
"devDependencies": {
"@babel/core": "^8.0.0-rc.4"
"@babel/core": "^8.0.0-rc.5"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
"node": "^22.18.0 || >=24.11.0"
},

@@ -32,0 +32,0 @@ "author": "The Babel Team (https://babel.dev/team)",