Socket
Socket
Sign inDemoInstall

@sentry/core

Package Overview
Dependencies
Maintainers
8
Versions
526
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.11 to 4.0.0-beta.12

10

package.json
{
"name": "@sentry/core",
"version": "4.0.0-beta.11",
"version": "4.0.0-beta.12",
"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.11",
"@sentry/minimal": "4.0.0-beta.11",
"@sentry/types": "4.0.0-beta.11",
"@sentry/utils": "4.0.0-beta.11"
"@sentry/hub": "4.0.0-beta.12",
"@sentry/minimal": "4.0.0-beta.12",
"@sentry/types": "4.0.0-beta.12",
"@sentry/utils": "4.0.0-beta.12"
},

@@ -24,0 +24,0 @@ "devDependencies": {

@@ -14,24 +14,3 @@ <p align="center">

This package contains interface definitions, base classes and utilities for
building Sentry JavaScript SDKs, like `@sentry/node` or `@sentry/browser`.
## Overview
TODO
## Specializing the Client
TODO
## Implementing the Backend
TODO
## Exporting the Public Interface
TODO
## General Advice
* A word on overloading functions
* Differences for native backends
This package contains interface definitions, base classes and utilities for building Sentry JavaScript SDKs, like
`@sentry/node` or `@sentry/browser`.
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