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

slide

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slide - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

index.js

4

package.json
{ "name" : "slide"
, "version" : "1.0.1"
, "version" : "1.1.0"
, "author" : "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
, "contributors" : [ "S. Sriram <ssriram@gmail.com> (http://www.565labs.com)" ]
, "description" : "A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS"
, "directories" : { "lib" : "lib" }
, "main" : "./lib/slide.js"
}

@@ -23,6 +23,6 @@ # Slide - a tiny flow control library

var asyncMap = require("slide/async-map")
, chain = require("slide/chain")
var asyncMap = require("slide").asyncMap
, chain = require("slide").chain
// use the power!
Enjoy!
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