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

@zodash/doreamon

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zodash/doreamon - npm Package Compare versions

Comparing version 0.4.65 to 0.4.66

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.4.66](https://github.com/zcorky/zodash/compare/@zodash/doreamon@0.4.65...@zodash/doreamon@0.4.66) (2021-10-27)
**Note:** Version bump only for package @zodash/doreamon
## [0.4.65](https://github.com/zcorky/zodash/compare/@zodash/doreamon@0.4.64...@zodash/doreamon@0.4.65) (2021-10-06)

@@ -8,0 +16,0 @@

6

lib/func/index.d.ts

@@ -0,6 +1,8 @@

import debounce from './debounce';
import throttle from './throttle';
import memoize from './memoize';
import once from './once';
declare const _default: {
debounce: import("@zcorky/debounce").Debounce;
throttle: import("@zcorky/throttle").Throttle;
debounce: typeof debounce;
throttle: typeof throttle;
memoize: typeof memoize;

@@ -7,0 +9,0 @@ once: typeof once;

{
"name": "@zodash/doreamon",
"version": "0.4.65",
"version": "0.4.66",
"description": "utils like a doreamon",

@@ -81,6 +81,6 @@ "keywords": [

"@zodash/cookie": "^0.0.1",
"@zodash/debounce": "^0.1.7",
"@zodash/debounce": "^0.1.8",
"@zodash/debug": "^0.0.22",
"@zodash/delay": "^0.1.7",
"@zodash/dom": "^0.1.9",
"@zodash/dom": "^0.1.10",
"@zodash/error": "^0.1.8",

@@ -102,7 +102,7 @@ "@zodash/event": "^0.1.8",

"@zodash/snake-case": "^0.1.9",
"@zodash/throttle": "^0.1.7",
"@zodash/throttle": "^0.1.8",
"@zodash/unique": "^0.1.7",
"@zodash/uuid": "^0.1.7"
},
"gitHead": "82da3e05131f4c224578c77bb10a2a4998775f1d"
"gitHead": "6c6ee778088d74734067500ec14ad046ce906eda"
}
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