Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@goldfishjs/utils

Package Overview
Dependencies
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldfishjs/utils - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

lib/cloneDeep.js

1

lib/index.js

@@ -9,1 +9,2 @@ export { default as cache } from './cache';

export { default as silent } from './silent';
export { default as cloneDeep } from './cloneDeep';

3

package.json
{
"name": "@goldfishjs/utils",
"version": "0.0.8",
"version": "0.0.9",
"description": "goldfish-utils",

@@ -46,3 +46,2 @@ "main": "lib/index.js",

"dependencies": {
"@types/lodash.omit": "^4.5.6",
"lodash.omit": "^4.5.0",

@@ -49,0 +48,0 @@ "lodash.pick": "^4.4.0"

@@ -9,2 +9,3 @@ export { default as cache } from './cache';

export { default as silent } from './silent';
export { default as cloneDeep } from './cloneDeep';
export * from './types';

@@ -54,2 +54,3 @@ declare type Omit<T, K extends keyof any> = Pick<T, Exclude<keyof T, K>>;

};
export declare type LodashCloneDeep = <T>(value: T) => T;
export {};

Sorry, the diff of this file is too big to display

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