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

@babel/preset-flow

Package Overview
Dependencies
Maintainers
6
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/preset-flow - npm Package Compare versions

Comparing version 7.13.13 to 7.14.5

6

lib/index.js

@@ -10,8 +10,6 @@ "use strict";

var _pluginTransformFlowStripTypes = _interopRequireDefault(require("@babel/plugin-transform-flow-strip-types"));
var _pluginTransformFlowStripTypes = require("@babel/plugin-transform-flow-strip-types");
var _normalizeOptions = _interopRequireDefault(require("./normalize-options"));
var _normalizeOptions = require("./normalize-options");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var _default = (0, _helperPluginUtils.declare)((api, opts) => {

@@ -18,0 +16,0 @@ api.assertVersion(7);

{
"name": "@babel/preset-flow",
"version": "7.13.13",
"version": "7.14.5",
"description": "Babel preset for all Flow plugins.",
"author": "James Kyle <me@thejameskyle.com>",
"author": "The Babel Team (https://babel.dev/team)",
"repository": {

@@ -15,3 +15,3 @@ "type": "git",

},
"main": "lib/index.js",
"main": "./lib/index.js",
"keywords": [

@@ -24,5 +24,5 @@ "babel-preset",

"dependencies": {
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/helper-validator-option": "^7.12.17",
"@babel/plugin-transform-flow-strip-types": "^7.13.0"
"@babel/helper-plugin-utils": "^7.14.5",
"@babel/helper-validator-option": "^7.14.5",
"@babel/plugin-transform-flow-strip-types": "^7.14.5"
},

@@ -33,7 +33,10 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "7.13.13",
"@babel/helper-plugin-test-runner": "7.13.10"
"@babel/core": "7.14.5",
"@babel/helper-plugin-test-runner": "7.14.5"
},
"homepage": "https://babel.dev/docs/en/next/babel-preset-flow",
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20flow%22+is%3Aopen"
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20flow%22+is%3Aopen",
"engines": {
"node": ">=6.9.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