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.0 to 0.4.1

lib/debug/index.d.ts

11

CHANGELOG.md

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

## [0.4.1](https://github.com/zcorky/zodash/compare/@zodash/doreamon@0.4.0...@zodash/doreamon@0.4.1) (2020-11-01)
### Bug Fixes
* **doreamon:** fix debug export ([7100db3](https://github.com/zcorky/zodash/commit/7100db39223f64b8924d98638623abb990e88775))
# [0.4.0](https://github.com/zcorky/zodash/compare/@zodash/doreamon@0.3.1...@zodash/doreamon@0.4.0) (2020-10-28)

@@ -8,0 +19,0 @@

2

lib/index.d.ts
import logger from './logger';
import debug from './debug';
import request from './request';

@@ -20,2 +21,3 @@ import date from './date';

logger: typeof logger;
debug: typeof debug;
request: typeof request;

@@ -22,0 +24,0 @@ date: typeof date;

@@ -5,2 +5,3 @@ "use strict";

const logger_1 = require("./logger");
const debug_1 = require("./debug");
const request_1 = require("./request");

@@ -24,2 +25,3 @@ const date_1 = require("./date");

logger: logger_1.default,
debug: debug_1.default,
request: request_1.default,

@@ -26,0 +28,0 @@ date: date_1.default,

6

package.json
{
"name": "@zodash/doreamon",
"version": "0.4.0",
"version": "0.4.1",
"description": "utils like a doreamon",

@@ -72,3 +72,3 @@ "keywords": [

"@zcorky/device": "^0.0.3",
"@zcorky/fz": "^1.2.1",
"@zcorky/fz": "^1.2.5",
"@zcorky/is": "^1.0.7",

@@ -98,3 +98,3 @@ "@zcorky/moment": "^1.1.0",

},
"gitHead": "e2502691a4ab28ad7e04c46cb20b9858de1caf73"
"gitHead": "f50e140e0e1dda45752dbc0a5f12cb55065314af"
}

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