Socket
Socket
Sign inDemoInstall

@sentry/types

Package Overview
Dependencies
0
Maintainers
8
Versions
446
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.0.6

2

dist/index.d.ts

@@ -150,3 +150,3 @@ /** Supported Sentry transport protocols in a Dsn. */

release?: string;
repos?: Repo[];
repos?: Record<string, Repo>;
dist?: string;

@@ -153,0 +153,0 @@ environment?: string;

{
"name": "@sentry/types",
"version": "4.0.1",
"version": "4.0.6",
"description": "Types for all Sentry JavaScript SDKs",

@@ -30,2 +30,3 @@ "repository": "git://github.com/getsentry/raven-js.git",

"lint:tslint": "tslint -t stylish -p .",
"lint:tslint:json": "tslint --format json -p . | tee lint-results.json",
"fix": "run-s fix:tslint fix:prettier",

@@ -32,0 +33,0 @@ "fix:prettier": "prettier --write '{src,test}/**/*.ts'",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc