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

flowify

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowify - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

10

index.js

@@ -29,6 +29,8 @@ 'use strict';

function end() {
try {
data = babelCore.transform(data, babelConfig).code;
} catch(e) {
this.emit('error', '[flowify] ' + file + ': ' + e);
if (!/\.json$/.test(file)) {
try {
data = babelCore.transform(data, babelConfig).code;
} catch(e) {
this.emit('error', '[flowify] ' + file + ': ' + e);
}
}

@@ -35,0 +37,0 @@ this.queue(data);

2

package.json
{
"name": "flowify",
"version": "2.3.0",
"version": "2.3.1",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=0.12"

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