Socket
Socket
Sign inDemoInstall

@sentry/core

Package Overview
Dependencies
Maintainers
9
Versions
515
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/core - npm Package Compare versions

Comparing version 4.0.0-beta.1 to 4.0.0-beta.2

15

package.json
{
"name": "@sentry/core",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "Base implementation for all Sentry JavaScript SDKs",

@@ -18,6 +18,6 @@ "repository": "git://github.com/getsentry/raven-js.git",

"dependencies": {
"@sentry/hub": "4.0.0-beta.1",
"@sentry/minimal": "4.0.0-beta.1",
"@sentry/types": "4.0.0-beta.1",
"@sentry/utils": "4.0.0-beta.1"
"@sentry/hub": "4.0.0-beta.2",
"@sentry/minimal": "4.0.0-beta.2",
"@sentry/types": "4.0.0-beta.2",
"@sentry/utils": "4.0.0-beta.2"
},

@@ -43,3 +43,4 @@ "devDependencies": {

"test": "jest",
"test:watch": "jest --watch --notify"
"test:watch": "jest --watch --notify",
"prepublish": "run-s clean build lint test"
},

@@ -65,3 +66,3 @@ "jest": {

},
"gitHead": "20e74471f38babe61b28863c54bc315af71a1f40"
"gitHead": "0e9eb2e04698dcea95e9e3d7b7ebb38a159cdceb"
}
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