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

flow-remove-types

Package Overview
Dependencies
Maintainers
2
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flow-remove-types - npm Package Compare versions

Comparing version 2.249.0 to 2.250.0

2

index.js

@@ -60,3 +60,3 @@ /**

// This parse configuration is intended to be as permissive as possible.
var ast = parse(source, {types: true, tokens: true});
var ast = parse(source, {flow: all ? 'all' : 'detect', tokens: true});

@@ -63,0 +63,0 @@ var removedNodes = [];

{
"name": "flow-remove-types",
"version": "2.249.0",
"version": "2.250.0",
"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",

@@ -5,0 +5,0 @@ "author": {

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