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

babel-plugin-transform-flow-strip-types

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-flow-strip-types - npm Package Compare versions

Comparing version 7.0.0-alpha.16 to 7.0.0-alpha.17

4

lib/index.js

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

param.optional = false;
if (param.type === "AssignmentPattern") {
param.left.optional = false;
}
}

@@ -68,0 +72,0 @@

6

package.json
{
"name": "babel-plugin-transform-flow-strip-types",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"description": "Strip flow type annotations from your output code.",

@@ -12,7 +12,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",

"dependencies": {
"babel-plugin-syntax-flow": "7.0.0-alpha.16"
"babel-plugin-syntax-flow": "7.0.0-alpha.17"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.16"
"babel-helper-plugin-test-runner": "7.0.0-alpha.17"
}
}
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