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.12.13 to 7.13.0

4

lib/index.js

@@ -132,2 +132,6 @@ "use strict";

if (node.params.length > 0 && node.params[0].type === "Identifier" && node.params[0].name === "this") {
node.params.shift();
}
for (let i = 0; i < node.params.length; i++) {

@@ -134,0 +138,0 @@ const param = node.params[i];

6

package.json
{
"name": "@babel/plugin-transform-flow-strip-types",
"version": "7.12.13",
"version": "7.13.0",
"description": "Strip flow type annotations from your output code.",

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

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

@@ -28,5 +28,5 @@ },

"devDependencies": {
"@babel/core": "7.12.13",
"@babel/core": "7.13.0",
"@babel/helper-plugin-test-runner": "7.12.13"
}
}
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