New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flow-remove-types

Package Overview
Dependencies
Maintainers
2
Versions
260
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.230.0 to 2.231.0

4

package.json
{
"name": "flow-remove-types",
"version": "2.230.0",
"version": "2.231.0",
"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",

@@ -47,3 +47,3 @@ "author": {

"dependencies": {
"hermes-parser": "0.19.2",
"hermes-parser": "0.20.1",
"pirates": "^3.0.2",

@@ -50,0 +50,0 @@ "vlq": "^0.2.1"

@@ -47,4 +47,4 @@ /**

: options && 'exclude' in options
? regexpPattern(options.exclude)
: /\/node_modules\//;
? regexpPattern(options.exclude)
: /\/node_modules\//;
return (

@@ -51,0 +51,0 @@ (!includes || includes.test(filename)) &&

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