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

flowx

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowx - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

5

index.js

@@ -5,5 +5,10 @@ 'use strict'

const Utils = require('./utils')
const Catbox = require('catbox')
const CatboxMemory = require('catbox-memory')
let externals = {}
let internals = {}
internals.client = new Catbox.Client(CatboxMemory)
class flowEmitter extends EventEmitter { }

@@ -10,0 +15,0 @@

6

package.json
{
"name": "flowx",
"version": "1.3.2",
"version": "1.3.3",
"description": "",

@@ -20,4 +20,6 @@ "main": "index.js",

"dependencies": {
"bluebird": "^3.4.7"
"bluebird": "^3.4.7",
"catbox": "^7.1.3",
"catbox-memory": "^2.0.4"
}
}
'use strict'
let externals = {}
module.exports.matchRule = (rule, test, separator) => {

@@ -6,0 +4,0 @@ const ruleArray = rule.split(separator || '.')

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