Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.0 to 2.2.0

documents/shared/objectUtils.md

1

.esdoc.json

@@ -22,2 +22,3 @@ {

"./documents/shared/eventsHub.md",
"./documents/shared/objectUtils.md",
"./documents/browser/simpleStorage.md"

@@ -24,0 +25,0 @@ ]

2

package.json

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

"homepage": "https://homer0.github.io/wootils/",
"version": "2.1.0",
"version": "2.2.0",
"repository": "homer0/wootils",

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

@@ -98,3 +98,3 @@ # Wootils

#### deferred
#### EventsHub

@@ -105,2 +105,8 @@ A small implementation of a pubsub service for handling events on an app.

#### ObjectUtils
A small collection of utility methods to work with objects.
[Read more about ObjectUtils](manual/objectUtils.html)
### Browser utilities

@@ -107,0 +113,0 @@

@@ -98,3 +98,3 @@ # Wootils

#### deferred
#### EventsHub

@@ -105,2 +105,8 @@ A small implementation of a pubsub service for handling events on an app.

#### ObjectUtils
A small collection of utility methods to work with objects.
[Read more about ObjectUtils](./documents/shared/objectUtils.md)
### Browser utilities

@@ -107,0 +113,0 @@

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

@@ -9,2 +10,3 @@ module.exports = {

EventsHub,
ObjectUtils,
};
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