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

@sentry/utils

Package Overview
Dependencies
Maintainers
9
Versions
517
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/utils - npm Package Compare versions

Comparing version 5.0.8 to 5.1.0

esm/async.d.ts.map

1

dist/async.d.ts

@@ -15,1 +15,2 @@ /**

export declare function filterAsync<T>(array: T[], predicate: (item: T) => Promise<boolean> | boolean, thisArg?: any): Promise<T[]>;
//# sourceMappingURL=async.d.ts.map

@@ -8,1 +8,2 @@ /** An error emitted by Sentry SDKs and related utilities. */

}
//# sourceMappingURL=error.d.ts.map

@@ -13,1 +13,2 @@ export * from './async';

export * from './syncpromise';
//# sourceMappingURL=index.d.ts.map

@@ -78,1 +78,2 @@ /**

export declare function isSyntheticEvent(wat: any): boolean;
//# sourceMappingURL=is.d.ts.map

@@ -20,1 +20,2 @@ /** JSDoc */

export { logger };
//# sourceMappingURL=logger.d.ts.map

@@ -21,1 +21,2 @@ /**

}
//# sourceMappingURL=memo.d.ts.map

@@ -64,1 +64,2 @@ import { Event, Mechanism } from '@sentry/types';

export {};
//# sourceMappingURL=misc.d.ts.map

@@ -48,1 +48,2 @@ import { Memo } from './memo';

export declare function normalize(input: any, depth?: number): any;
//# sourceMappingURL=object.d.ts.map

@@ -15,1 +15,2 @@ /** JSDoc */

export declare function basename(path: string, ext?: string): string;
//# sourceMappingURL=path.d.ts.map

@@ -37,1 +37,2 @@ /** A simple queue that holds promises. */

}
//# sourceMappingURL=promisebuffer.d.ts.map

@@ -27,1 +27,2 @@ /**

export declare function keysToEventMessage(keys: string[], maxLength?: number): string;
//# sourceMappingURL=string.d.ts.map

@@ -57,1 +57,2 @@ /**

export declare function supportsHistory(): boolean;
//# sourceMappingURL=supports.d.ts.map

@@ -41,1 +41,2 @@ declare type HandlerOnSuccess<T, U = any> = (value: T) => U | Thenable<U>;

export {};
//# sourceMappingURL=syncpromise.d.ts.map

@@ -15,1 +15,2 @@ /**

export declare function filterAsync<T>(array: T[], predicate: (item: T) => Promise<boolean> | boolean, thisArg?: any): Promise<T[]>;
//# sourceMappingURL=async.d.ts.map

@@ -8,1 +8,2 @@ /** An error emitted by Sentry SDKs and related utilities. */

}
//# sourceMappingURL=error.d.ts.map

@@ -13,1 +13,2 @@ export * from './async';

export * from './syncpromise';
//# sourceMappingURL=index.d.ts.map

@@ -78,1 +78,2 @@ /**

export declare function isSyntheticEvent(wat: any): boolean;
//# sourceMappingURL=is.d.ts.map

@@ -20,1 +20,2 @@ /** JSDoc */

export { logger };
//# sourceMappingURL=logger.d.ts.map

@@ -21,1 +21,2 @@ /**

}
//# sourceMappingURL=memo.d.ts.map

@@ -64,1 +64,2 @@ import { Event, Mechanism } from '@sentry/types';

export {};
//# sourceMappingURL=misc.d.ts.map

@@ -48,1 +48,2 @@ import { Memo } from './memo';

export declare function normalize(input: any, depth?: number): any;
//# sourceMappingURL=object.d.ts.map

@@ -15,1 +15,2 @@ /** JSDoc */

export declare function basename(path: string, ext?: string): string;
//# sourceMappingURL=path.d.ts.map

@@ -37,1 +37,2 @@ /** A simple queue that holds promises. */

}
//# sourceMappingURL=promisebuffer.d.ts.map

@@ -27,1 +27,2 @@ /**

export declare function keysToEventMessage(keys: string[], maxLength?: number): string;
//# sourceMappingURL=string.d.ts.map

@@ -57,1 +57,2 @@ /**

export declare function supportsHistory(): boolean;
//# sourceMappingURL=supports.d.ts.map

@@ -41,1 +41,2 @@ declare type HandlerOnSuccess<T, U = any> = (value: T) => U | Thenable<U>;

export {};
//# sourceMappingURL=syncpromise.d.ts.map

4

package.json
{
"name": "@sentry/utils",
"version": "5.0.8",
"version": "5.1.0",
"description": "Utilities for all Sentry JavaScript SDKs",

@@ -19,3 +19,3 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/types": "5.0.6",
"@sentry/types": "5.1.0",
"tslib": "^1.9.3"

@@ -22,0 +22,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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