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.21.2-test.0 to 0.21.2

5

dist/index.cjs.d.ts

@@ -0,1 +1,2 @@

import { ApiOptions, Instrumentation } from "@locker/instrumentation";
declare const ArrayCtor: ArrayConstructor;

@@ -56,3 +57,3 @@ // Used by '@locker/near-membrane-dom'.

interface SandboxRecord {
BASIC_INSTRUMENTATION_DATA: any;
BASIC_INSTRUMENTATION_DATA: ApiOptions;
LOCKER_INSTRUMENTATION_FLAG: boolean;

@@ -67,3 +68,3 @@ LOCKER_VERBOSE_INSTRUMENTATION_FLAG: boolean;

helpers: any;
instrumentation: any;
instrumentation: Instrumentation;
key: SandboxKey;

@@ -70,0 +71,0 @@ root: SandboxRecord;

@@ -0,1 +1,2 @@

import { ApiOptions, Instrumentation } from "@locker/instrumentation";
declare const ArrayCtor: ArrayConstructor;

@@ -56,3 +57,3 @@ // Used by '@locker/near-membrane-dom'.

interface SandboxRecord {
BASIC_INSTRUMENTATION_DATA: any;
BASIC_INSTRUMENTATION_DATA: ApiOptions;
LOCKER_INSTRUMENTATION_FLAG: boolean;

@@ -67,3 +68,3 @@ LOCKER_VERBOSE_INSTRUMENTATION_FLAG: boolean;

helpers: any;
instrumentation: any;
instrumentation: Instrumentation;
key: SandboxKey;

@@ -70,0 +71,0 @@ root: SandboxRecord;

8

package.json
{
"name": "@locker/shared",
"version": "0.21.2-test.0",
"version": "0.21.2",
"license": "SEE LICENSE IN LICENSE.txt",

@@ -18,2 +18,5 @@ "author": "Salesforce UI Security Team",

},
"devDependencies": {
"@locker/instrumentation": "0.21.2"
},
"files": [

@@ -23,4 +26,3 @@ "dist/",

"LICENSE.txt"
],
"gitHead": "965ebd7d73592581cd2dc0a58202fef5515a26f8"
]
}

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