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.15.2 to 0.15.3

2

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

@@ -4,0 +4,0 @@ License MIT

{
"name": "yaku",
"version": "0.15.2",
"version": "0.15.3",
"description": "A light-weight ES6 Promises/A+ implementation that doesn't hurt.",

@@ -41,12 +41,13 @@ "main": "lib/yaku.js",

"devDependencies": {
"bluebird": "3.3.4",
"co": "^4.6.0",
"core-js": "2.2.1",
"bluebird": "3.3.5",
"co": "4.6.0",
"core-js": "2.3.0",
"es6-promise": "3.1.2",
"es6-shim": "0.35.0",
"eslint": "2.4.0",
"junit": "1.2.2",
"eslint": "2.8.0",
"junit": "1.4.0",
"mocha": "2.4.5",
"nokit": "0.19.1",
"phantomjs-prebuilt": "2.1.6",
"my-promise": "1.0.1",
"nokit": "0.20.8",
"phantomjs-prebuilt": "2.1.7",
"promises-aplus-tests": "*",

@@ -57,3 +58,3 @@ "promises-es6-tests": "*",

"uglify-js": "2.6.2",
"webpack": "1.12.14"
"webpack": "1.13.0"
},

@@ -60,0 +61,0 @@ "eslintConfig": {

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

```
Node v5.6.0
Node v5.11.0
OS darwin
Arch x64
CPU Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
CPU Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GH
```

@@ -84,9 +84,10 @@

| ---- | ---------- | -------------- | ---------------- | ------- | ------ |
| [yaku][]@0.13.7 | ✓ | 341ms / 108MB | ✓ | 31 | 3.9KB |
| [bluebird][]@3.3.4 | x (28 failing) | 291ms / 89MB | partial | 100 | 52.2KB |
| [es6-promise][]@3.1.2 | x (27 failing) | 509ms / 113MB | x | 10 | 6.3KB |
| [native][]@0.13.7 | x (9 failing) | 681ms / 168MB | x | 13 | 0KB |
| [core-js][]@2.2.1 | x (4 failing) | 910ms / 195MB | x | 11 | 12.2KB |
| [es6-shim][]@0.35.0 | x (2 failing) | 1055ms / 145MB | x | 12 | 131.5KB |
| [q][]@1.4.1 | x (68 failing) | 1594ms / 425MB | x | 74 | 15.4KB |
| [yaku][]@0.15.2 | ✓ | 345ms / 109MB | ✓ | 32 | 3.9KB |
| [bluebird][]@3.3.5 | x (28 failing) | 257ms / 87MB | partial | 100 | 52.7KB |
| [es6-promise][]@3.1.2 | x (29 failing) | 468ms / 114MB | x | 10 | 6.3KB |
| [native][]@0.15.2 | x (9 failing) | 624ms / 174MB | x | 13 | 0KB |
| [core-js][]@2.3.0 | x (4 failing) | 863ms / 196MB | x | 11 | 12.3KB |
| [es6-shim][]@0.35.0 | x (2 failing) | 934ms / 147MB | x | 12 | 131.5KB |
| [q][]@1.4.1 | x (70 failing) | 1800ms / 427MB | x | 74 | 15.4KB |
| [my-promise][]@1.0.1 | x (13 failing) | 915ms / 221MB | x | 12 | 8KB |

@@ -1107,2 +1108,3 @@ - **Helpers**: extra methods that help with your promise programming, such as

[q]: https://github.com/kriskowal/q
[my-promise]: https://github.com/hax/my-promise
[core-js]: https://github.com/zloirock/core-js

@@ -1109,0 +1111,0 @@ [yaku]: https://github.com/ysmood/yaku

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