Socket
Socket
Sign inDemoInstall

@sentry/hub

Package Overview
Dependencies
Maintainers
8
Versions
430
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/hub - npm Package Compare versions

Comparing version 4.4.2 to 4.5.0

esm/hub.d.ts

21

package.json
{
"name": "@sentry/hub",
"version": "4.4.2",
"version": "4.5.0",
"description": "Sentry hub which handles global state managment.",
"repository": "git://github.com/getsentry/raven-js.git",
"homepage": "https://github.com/getsentry/raven-js/tree/master/packages/hub",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/hub",
"author": "Sentry",

@@ -18,4 +18,4 @@ "license": "BSD-3-Clause",

"dependencies": {
"@sentry/types": "4.4.2",
"@sentry/utils": "4.4.2",
"@sentry/types": "4.5.0",
"@sentry/utils": "4.5.0",
"tslib": "^1.9.3"

@@ -30,6 +30,10 @@ },

"tslint": "^5.11.0",
"typescript": "^3.0.1"
"typescript": "^3.2.0"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"build": "run-p build:es5 build:esm",
"build:es5": "tsc -p tsconfig.build.json",
"build:esm": "run-s build:esm:transpile build:esm:rewrite",
"build:esm:transpile": "tsc -p tsconfig.esm.json",
"build:esm:rewrite": "node ../../scripts/esm-rewrite.js",
"build:watch": "tsc -p tsconfig.build.json -w --preserveWatchOutput",

@@ -67,3 +71,4 @@ "clean": "rimraf dist coverage",

},
"gitHead": "a91da22f8bd3bddb38fab7f868326e376da82d4d"
"gitHead": "a91da22f8bd3bddb38fab7f868326e376da82d4d",
"sideEffects": false
}
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