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

wootils

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wootils - npm Package Compare versions

Comparing version 2.6.5 to 2.7.0

documents/shared/extendPromise.md

24

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://homer0.github.io/wootils/",
"version": "2.6.5",
"version": "2.7.0",
"repository": "homer0/wootils",

@@ -13,4 +13,4 @@ "author": "Leonardo Apiwan (@homer0) <me@homer0.com>",

"fs-extra": "^8.1.0",
"colors": "^1.3.3",
"urijs": "^1.19.1",
"colors": "^1.4.0",
"urijs": "^1.19.2",
"statuses": "^1.5.0",

@@ -20,15 +20,15 @@ "extend": "^3.0.2"

"devDependencies": {
"eslint": "^6.2.1",
"eslint-plugin-homer0": "^2.0.0",
"jest-ex": "^6.1.1",
"eslint": "^6.7.1",
"eslint-plugin-homer0": "^2.1.0",
"jest-ex": "^6.1.2",
"jest-cli": "^24.9.0",
"jasmine-expect": "^4.0.3",
"@babel/preset-env": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"esdoc-node": "^1.0.4",
"leasot": "^8.0.0",
"coveralls": "^3.0.6"
"esdoc-node": "1.0.4",
"leasot": "^9.3.0",
"coveralls": "^3.0.9"
},

@@ -35,0 +35,0 @@ "engine-strict": true,

@@ -104,2 +104,8 @@ # Wootils

#### extendPromise
A way to extend promise chains by _injecting_ custom properties.
[Read more about extendPromise](manual/extendPromise.html)
#### ObjectUtils

@@ -106,0 +112,0 @@

@@ -104,2 +104,8 @@ # Wootils

#### extendPromise
A way to extend promise chains by _injecting_ custom properties.
[Read more about extendPromise](./documents/shared/extendPromise.md)
#### ObjectUtils

@@ -106,0 +112,0 @@

const APIClient = require('./apiClient');
const deferred = require('./deferred');
const EventsHub = require('./eventsHub');
const extendPromise = require('./extendPromise');
const ObjectUtils = require('./objectUtils');

@@ -10,3 +11,4 @@

EventsHub,
extendPromise,
ObjectUtils,
};

Sorry, the diff of this file is not supported yet

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