Socket
Socket
Sign inDemoInstall

then-fs

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

then-fs - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

test/.index.js.un~

2

package.json
{
"name": "then-fs",
"version": "1.0.7",
"version": "1.0.8",
"description": "promised FS",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,3 +7,3 @@ var assert = require('assert')

var failed = false
var ready = Promise.from(null)
var ready = Promise.resolve(null)
function action(fn, message) {

@@ -10,0 +10,0 @@ ready = ready.then(function () {

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