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

@babel/plugin-syntax-flow

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-syntax-flow - npm Package Compare versions

Comparing version 7.25.9 to 7.26.0

4

lib/index.js

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

{
if (typeof enums !== "boolean" && enums !== undefined) {
throw new Error(".enums must be a boolean, or undefined");
if (enums === false) {
console.warn("The .enums option has been removed and it's now always enabled.");
}

@@ -22,0 +22,0 @@ }

{
"name": "@babel/plugin-syntax-flow",
"version": "7.25.9",
"version": "7.26.0",
"description": "Allow parsing of the flow syntax",

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

"devDependencies": {
"@babel/core": "^7.25.9"
"@babel/core": "^7.26.0"
},

@@ -29,0 +29,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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