Socket
Socket
Sign inDemoInstall

@jest/source-map

Package Overview
Dependencies
3
Maintainers
6
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 24.3.0 to 24.9.0

5

build/getCallsite.d.ts

@@ -7,6 +7,5 @@ /**

*/
import { CallSite } from 'callsites';
import { SourceMapRegistry } from './types';
declare const _default: (level: number, sourceMaps?: SourceMapRegistry | null | undefined) => CallSite;
import callsites from 'callsites';
declare const _default: (level: number, sourceMaps?: Record<string, string> | null | undefined) => callsites.CallSite;
export default _default;
//# sourceMappingURL=getCallsite.d.ts.map

4

build/types.d.ts

@@ -7,5 +7,3 @@ /**

*/
export declare type SourceMapRegistry = {
[key: string]: string;
};
export declare type SourceMapRegistry = Record<string, string>;
//# sourceMappingURL=types.d.ts.map
{
"name": "@jest/source-map",
"version": "24.3.0",
"version": "24.9.0",
"repository": {

@@ -26,3 +26,3 @@ "type": "git",

},
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
}

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc