Socket
Socket
Sign inDemoInstall

@jest/source-map

Package Overview
Dependencies
Maintainers
7
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/source-map - npm Package Compare versions

Comparing version 25.1.0 to 25.2.0-alpha.86

6

build/getCallsite.js

@@ -11,3 +11,3 @@ 'use strict';

_gracefulFs = function() {
_gracefulFs = function () {
return data;

@@ -22,3 +22,3 @@ };

_callsites = function() {
_callsites = function () {
return data;

@@ -33,3 +33,3 @@ };

_sourceMap = function() {
_sourceMap = function () {
return data;

@@ -36,0 +36,0 @@ };

@@ -8,3 +8,3 @@ /**

export { default as getCallsite } from './getCallsite';
export { SourceMapRegistry } from './types';
export type { SourceMapRegistry } from './types';
//# sourceMappingURL=index.d.ts.map

@@ -8,19 +8,11 @@ 'use strict';

enumerable: true,
get: function() {
get: function () {
return _getCallsite.default;
}
});
Object.defineProperty(exports, 'SourceMapRegistry', {
enumerable: true,
get: function() {
return _types.SourceMapRegistry;
}
});
var _getCallsite = _interopRequireDefault(require('./getCallsite'));
var _types = require('./types');
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : {default: obj};
}
{
"name": "@jest/source-map",
"version": "25.1.0",
"version": "25.2.0-alpha.86+cd98198c9",
"repository": {

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

},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
"gitHead": "cd98198c9397d8b69c55155d7b224d62ef117a90"
}

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