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

@locker/shared

Package Overview
Dependencies
Maintainers
8
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@locker/shared - npm Package Compare versions

Comparing version 0.19.13 to 0.20.0

4

dist/index.cjs.d.ts

@@ -99,4 +99,4 @@ declare const ArrayCtor: ArrayConstructor;

declare function partialStructuredClone(value: any): any;
declare function shallowCloneArray(array: any[] | readonly any[]): any[];
declare function shallowCloneOptions(options: any): any;
declare function shallowCloneArray<T>(array: T[] | readonly T[]): T[];
declare function shallowCloneOptions<T extends {}>(options: T): T;
declare function consoleWarn(...args: Parameters<typeof console.warn>): void;

@@ -103,0 +103,0 @@ // Locker build constants.

@@ -99,4 +99,4 @@ declare const ArrayCtor: ArrayConstructor;

declare function partialStructuredClone(value: any): any;
declare function shallowCloneArray(array: any[] | readonly any[]): any[];
declare function shallowCloneOptions(options: any): any;
declare function shallowCloneArray<T>(array: T[] | readonly T[]): T[];
declare function shallowCloneOptions<T extends {}>(options: T): T;
declare function consoleWarn(...args: Parameters<typeof console.warn>): void;

@@ -103,0 +103,0 @@ // Locker build constants.

{
"name": "@locker/shared",
"version": "0.19.13",
"version": "0.20.0",
"license": "SEE LICENSE IN LICENSE.txt",

@@ -21,3 +21,4 @@ "author": "Salesforce UI Security Team",

"LICENSE.txt"
]
],
"gitHead": "83d7cae039e9f056e52c326bc5a802604b287535"
}

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

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