New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@locker/instrumentation

Package Overview
Dependencies
Maintainers
8
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@locker/instrumentation - npm Package Compare versions

Comparing version

to
0.21.1

4

dist/index.cjs.d.ts

@@ -20,3 +20,3 @@ import { Activity, DataType, Instrumentation } from "@locker/near-membrane-base";

*/
stop(data?: DataType): void;
stop(data?: DataType, fromError?: boolean): void;
/*

@@ -35,4 +35,6 @@ * Stop the current activity with error state.

error(_data?: DataType): void;
incrementCounter(operation: string, increment?: number, hasError?: boolean, tags?: undefined): void;
}
export { LockerActivity, LockerInstrumentation };
export type { Activity, DataType, Instrumentation } from "@locker/near-membrane-base";
//# sourceMappingURL=index.cjs.d.ts.map

@@ -20,3 +20,3 @@ import { Activity, DataType, Instrumentation } from "@locker/near-membrane-base";

*/
stop(data?: DataType): void;
stop(data?: DataType, fromError?: boolean): void;
/*

@@ -35,4 +35,6 @@ * Stop the current activity with error state.

error(_data?: DataType): void;
incrementCounter(operation: string, increment?: number, hasError?: boolean, tags?: undefined): void;
}
export { LockerActivity, LockerInstrumentation };
export type { Activity, DataType, Instrumentation } from "@locker/near-membrane-base";
//# sourceMappingURL=index.mjs.d.ts.map
{
"name": "@locker/instrumentation",
"version": "0.21.0",
"version": "0.21.1",
"license": "SEE LICENSE IN LICENSE.txt",

@@ -21,12 +21,13 @@ "author": "Salesforce UI Security Team",

"dependencies": {
"@locker/shared": "0.21.0"
"@locker/shared": "0.21.1",
"o11y": "248.7.0"
},
"devDependencies": {
"@locker/near-membrane-base": "0.13.4"
"@locker/near-membrane-base": "0.13.8"
},
"files": [
"dist/",
"!dist/*.map",
"LICENSE.txt"
],
"gitHead": "9f7cc883d15261c0589643388c6c6f5b17d9bf34"
]
}

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

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