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

yaku

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaku - npm Package Compare versions

Comparing version 0.12.2 to 0.12.3

6

lib/yaku.js
/*
Yaku v0.12.2
Yaku v0.12.3
(c) 2015 Yad Smood. http://ysmood.org

@@ -354,2 +354,4 @@ License MIT

Yaku._Yaku = 1;
/**

@@ -547,2 +549,4 @@ * All static variable name will begin with `$`. Such as `$rejected`.

function newEmptyPromise (self) {
if (!isYaku(self)) throw genTypeError($invalid_this);
return new self($noop);

@@ -549,0 +553,0 @@ }

2

package.json
{
"name": "yaku",
"version": "0.12.2",
"version": "0.12.3",
"description": "A light-weight ES6 Promises/A+ implementation that doesn't hurt.",

@@ -5,0 +5,0 @@ "main": "lib/yaku.js",

@@ -428,3 +428,3 @@ <a href="http://promisesaplus.com/">

- ### **[genIterator(obj)](src/yaku.js?source#L457)**
- ### **[genIterator(obj)](src/yaku.js?source#L459)**

@@ -431,0 +431,0 @@ Generate a iterator

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