Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-flow-strip-types

Package Overview
Dependencies
55
Maintainers
6
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.13.0 to 7.14.5

4

lib/index.js

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

var _pluginSyntaxFlow = _interopRequireDefault(require("@babel/plugin-syntax-flow"));
var _pluginSyntaxFlow = require("@babel/plugin-syntax-flow");
var _core = require("@babel/core");
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/plugin-transform-flow-strip-types",
"version": "7.13.0",
"version": "7.14.5",
"description": "Strip flow type annotations from your output code.",

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

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

@@ -21,4 +21,4 @@ "babel-plugin"

"dependencies": {
"@babel/helper-plugin-utils": "^7.13.0",
"@babel/plugin-syntax-flow": "^7.12.13"
"@babel/helper-plugin-utils": "^7.14.5",
"@babel/plugin-syntax-flow": "^7.14.5"
},

@@ -29,5 +29,9 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "7.13.0",
"@babel/helper-plugin-test-runner": "7.12.13"
}
"@babel/core": "7.14.5",
"@babel/helper-plugin-test-runner": "7.14.5"
},
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc