New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zousan

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zousan - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

bower.json
{
"name": "zousan",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://github.com/bluejava/zousan",

@@ -5,0 +5,0 @@ "authors": [

{
"name": "zousan",
"version": "1.2.0",
"version": "1.2.1",
"description": "A Lightning Fast, Yet Very Small Promise A+ Compliant Implementation",

@@ -5,0 +5,0 @@ "main": "zousan-min.js",

// zousan - An absolutely Lightning Fast, Yet Very Small Promise A+ Compliant Promise
// https://github.com/bluejava/zousan
// Version 1.2.0
// Version 1.2.1

@@ -254,2 +254,4 @@ /* jshint asi: true, browser: true */

{
if(typeof p.then !== "function")
p = Zousan.resolve(p);
p.then(

@@ -256,0 +258,0 @@ function(yv) { results[i] = yv; rc++; if(rc == pa.length) retP.resolve(results); },

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