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 1.1.0 to 1.1.1

lib/classnames/index.d.ts

2

lib/index.d.ts

@@ -19,2 +19,3 @@ import logger from './logger';

import immer from './immer';
import classnames from './classnames';
import * as type from './type';

@@ -49,2 +50,3 @@ export interface IDoreamon {

immer: typeof immer;
classnames: typeof classnames;
[key: string]: any;

@@ -51,0 +53,0 @@ }

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

const immer_1 = require("./immer");
const classnames_1 = require("./classnames");
const type = require("./type");

@@ -68,3 +69,5 @@ function register(key, value) {

immer: immer_1.default,
// classnames
classnames: classnames_1.default,
};
exports.default = exports.doreamon;

3

package.json
{
"name": "@zodash/doreamon",
"version": "1.1.0",
"version": "1.1.1",
"description": "Zero's Standard Lib,like doreamon box",

@@ -114,2 +114,3 @@ "keywords": [

"@zodash/uuid": "^0.1.7",
"classnames": "^2.3.1",
"immer": "^9.0.15"

@@ -116,0 +117,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