@sentry/utils
Advanced tools
Comparing version 5.0.8 to 5.1.0
@@ -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 |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
269544
94
+ Added@sentry/types@5.1.0(transitive)
- Removed@sentry/types@5.0.6(transitive)
Updated@sentry/types@5.1.0