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

unflowify

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unflowify - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -29,3 +29,3 @@ var path = require('path');

try {
this.queue(flowRemoveTypes(source));
this.queue(flowRemoveTypes(source, options).toString());
this.queue(null);

@@ -32,0 +32,0 @@ } catch (error) {

{
"name": "unflowify",
"version": "1.0.0",
"version": "1.0.1",
"description": "Browserify transform for removing Flow type annotations.",

@@ -27,3 +27,3 @@ "author": "Lee Byron <lee@leebyron.com> (http://leebyron.com/)",

"dependencies": {
"flow-remove-types": "^1.0.0",
"flow-remove-types": "^1.1.2",
"through": "^2.3.8"

@@ -30,0 +30,0 @@ },

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