Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/utils

Package Overview
Dependencies
Maintainers
9
Versions
521
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/utils - npm Package Compare versions

Comparing version 5.0.5 to 5.0.6

dist/async.d.ts

14

package.json
{
"name": "@sentry/utils",
"version": "5.0.5",
"version": "5.0.6",
"description": "Utilities for all Sentry JavaScript SDKs",

@@ -12,2 +12,5 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

},
"main": "dist/index.js",
"module": "esm/index.js",
"types": "dist/index.d.ts",
"publishConfig": {

@@ -17,3 +20,3 @@ "access": "public"

"dependencies": {
"@sentry/types": "5.0.5",
"@sentry/types": "5.0.6",
"tslib": "^1.9.3"

@@ -32,5 +35,8 @@ },

"scripts": {
"build": "run-s clean && run-p build:es5",
"build": "run-p build:es5 build:esm",
"build:es5": "tsc -p tsconfig.build.json",
"build:watch": "tsc -p tsconfig.build.json -w --preserveWatchOutput",
"build:esm": "tsc -p tsconfig.esm.json",
"build:watch": "run-p build:watch:es5 build:watch:esm",
"build:watch:es5": "tsc -p tsconfig.build.json -w --preserveWatchOutput",
"build:watch:esm": "tsc -p tsconfig.esm.json -w --preserveWatchOutput",
"clean": "rimraf dist esm coverage *.js *.js.map *.d.ts",

@@ -37,0 +43,0 @@ "link:yarn": "yarn link",

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