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.16.2 to 0.16.3

dist/yaku.min.js

8

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

@@ -338,3 +338,3 @@ License MIT

* Emitted whenever a Promise was rejected and an error handler was
* attached to it (for example with .catch()) later than after an event loop turn.
* attached to it (for example with `.catch()`) later than after an event loop turn.
* @param {Any} reason The rejection reason.

@@ -349,4 +349,4 @@ * @param {Yaku} p The promise that was rejected.

* While it is very helpful in development and testing environments,
* it is not recommended to use it in production. It will slow down your
* application and waste your memory.
* it is not recommended to use it in production. It will slow down
* application and eat up memory.
* It will add an extra property `longStack` to the Error object.

@@ -353,0 +353,0 @@ * @example

{
"name": "yaku",
"version": "0.16.2",
"version": "0.16.3",
"description": "A lightweight promise library",

@@ -38,3 +38,4 @@ "main": "lib/yaku.js",

"files": [
"lib"
"lib",
"dist/yaku.min.js"
],

@@ -41,0 +42,0 @@ "devDependencies": {

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

Emitted whenever a Promise was rejected and an error handler was
attached to it (for example with .catch()) later than after an event loop turn.
attached to it (for example with `.catch()`) later than after an event loop turn.

@@ -438,4 +438,4 @@ - **<u>param</u>**: `reason` { _Any_ }

While it is very helpful in development and testing environments,
it is not recommended to use it in production. It will slow down your
application and waste your memory.
it is not recommended to use it in production. It will slow down
application and eat up memory.
It will add an extra property `longStack` to the Error object.

@@ -442,0 +442,0 @@

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