Socket
Socket
Sign inDemoInstall

@kaizen/component-library

Package Overview
Dependencies
39
Maintainers
10
Versions
410
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.7.2 to 16.7.3

2

node_modules/@types/lodash/common/common.d.ts

@@ -213,3 +213,3 @@ import _ = require("../index");

type NotVoid = unknown;
type IterateeShorthand<T> = keyof T | [keyof T, any] | PartialShallow<T>;
type IterateeShorthand<T> = PropertyName | [PropertyName, any] | PartialShallow<T>;
type ArrayIterator<T, TResult> = (value: T, index: number, collection: T[]) => TResult;

@@ -216,0 +216,0 @@ type ListIterator<T, TResult> = (value: T, index: number, collection: List<T>) => TResult;

{
"name": "@types/lodash",
"version": "4.14.192",
"version": "4.14.194",
"description": "TypeScript definitions for Lo-Dash",

@@ -51,9 +51,2 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",

"types": "index.d.ts",
"typesVersions": {
"<=4.2": {
"*": [
"ts4.2/*"
]
}
},
"repository": {

@@ -66,4 +59,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "53b97a0da94e1685b1066ed8e92b27caf8ceb82f99c157b2eb215dc9866a8d84",
"typesPublisherContentHash": "6340a309c168186ce7ec44b7ed8b2f2349e68a81b8974f3c20adbfe5e63e9060",
"typeScriptVersion": "4.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 27 Mar 2023 18:33:36 GMT
* Last updated: Fri, 14 Apr 2023 04:33:04 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `_`

@@ -25,7 +25,7 @@ {

"sideEffects": false,
"version": "16.7.2",
"version": "16.7.3",
"private": false,
"license": "MIT",
"peerDependencies": {
"@kaizen/design-tokens": "^2.10.3 || ^3.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@kaizen/design-tokens": "^10.3.6",
"focus-visible": "4.x || 5.x",

@@ -39,3 +39,3 @@ "react": "^16.14.0 || ^17.0.0 || ^18.0.0"

"@types/classnames": "^2.3.0",
"@types/lodash": "^4.14.192",
"@types/lodash": "^4.14.194",
"@types/uuid": "^9.0.1",

@@ -42,0 +42,0 @@ "classnames": "^2.3.2"

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc