Socket
Socket
Sign inDemoInstall

raven

Package Overview
Dependencies
Maintainers
10
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raven - npm Package Compare versions

Comparing version 2.6.3 to 2.6.4

README.md

14

CHANGELOG.md
# Changelog
## 2.6.4 - 2018-09-03
- fix: Updated uuid module (#1481)
## 2.6.3 - 2018-06-20

@@ -19,3 +23,3 @@

- fix: Use shallow-copy instead of deep-copy when working with context to prevent too large memory usage and slowing down request resonses [See #452]
- fix: Use shallow-copy instead of deep-copy when working with context to prevent too large memory usage and slowing down request responses [See #452]

@@ -34,3 +38,3 @@ ## 2.5.0 - 2018-04-09

- fix: Dont throw exception when called captureException without config (#431)
- fix: Don't throw exception when called captureException without config (#431)
- fix: Preserve context in for rejected promises (#428)

@@ -202,3 +206,3 @@ - ref: Log promise rejection reason alongside eventid (#434)

* Prevent `patchGlobal` from causing recursion [See #84]
* Fixed issues arond capturing tags.
* Fixed issues around capturing tags.
* Removed deprecated `site` parameter.

@@ -254,3 +258,3 @@ * Allow explicitly declaring the `culprit` [See #107]

* Fix compatibilities with CoffeeScript [Fixes #47] [Fixes #50]
* Doesnt chose on circular references
* Doesn't choke on circular references

@@ -319,3 +323,3 @@ ## 0.5.1 - 5/1/2013

* Added `client.captureQuery()`
* Support for `SENTRY_DSN`, `SENTRY_NAME`, and `SENTRY_SITE` enviornment variables
* Support for `SENTRY_DSN`, `SENTRY_NAME`, and `SENTRY_SITE` environment variables
* More test coverage

@@ -322,0 +326,0 @@

@@ -362,2 +362,4 @@ 'use strict';

console.log(ex);
utils.parseStack(

@@ -364,0 +366,0 @@ ex,

{
"name": "raven",
"description": "A standalone (Node.js) client for Sentry",
"keywords": [
"debugging",
"errors",
"exceptions",
"logging",
"raven",
"sentry"
],
"version": "2.6.3",
"keywords": ["debugging", "errors", "exceptions", "logging", "raven", "sentry"],
"version": "2.6.4",
"repository": "git://github.com/getsentry/raven-js.git",

@@ -23,3 +16,4 @@ "license": "BSD-2-Clause",

"lint": "eslint .",
"test": "NODE_ENV=test istanbul cover _mocha -- --reporter dot && NODE_ENV=test coffee ./test/run.coffee",
"test":
"NODE_ENV=test istanbul cover _mocha -- --reporter dot && NODE_ENV=test coffee ./test/run.coffee",
"test-mocha": "NODE_ENV=test mocha",

@@ -36,3 +30,3 @@ "test-full": "npm run test && cd test/instrumentation && ./run.sh"

"timed-out": "4.0.1",
"uuid": "3.0.0"
"uuid": "3.3.2"
},

@@ -39,0 +33,0 @@ "devDependencies": {

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