Socket
Socket
Sign inDemoInstall

sentry-testkit

Package Overview
Dependencies
63
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.3 to 5.0.4

8

dist/index.d.ts

@@ -1,2 +0,2 @@

declare const _default: () => {
declare function create(): {
sentryTransport: any;

@@ -11,3 +11,7 @@ testkit: import("./types").Testkit;

};
export default _default;
declare namespace create {
var _a: typeof create;
export { _a as default };
}
export = create;
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var testkit_1 = require("./testkit");

@@ -7,3 +6,3 @@ var localServerApi_1 = require("./localServerApi");

var sentryTransport_1 = require("./sentryTransport");
exports.default = (function () {
function create() {
var testkit = (0, testkit_1.createTestkit)();

@@ -19,3 +18,5 @@ var sentryTransport = (0, sentryTransport_1.createSentryTransport)(testkit);

};
});
}
create.default = create;
module.exports = create;
//# sourceMappingURL=index.js.map
{
"name": "sentry-testkit",
"version": "5.0.3",
"version": "5.0.4",
"description": "Sentry Testkit enables Sentry to work natively in your application while running tests. The report is not really sent but rather logged locally into memory. In this way, the logged reports can be fetched for your own verification or any other purpose in your local development environment.",

@@ -5,0 +5,0 @@ "main": "dist/index",

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