New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@newrelic/browser-agent

Package Overview
Dependencies
Maintainers
0
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newrelic/browser-agent - npm Package Compare versions

Comparing version 1.273.1 to 1.274.0

4

dist/cjs/common/constants/env.cdn.js

@@ -15,3 +15,3 @@ "use strict";

*/
const VERSION = exports.VERSION = "1.273.1";
const VERSION = exports.VERSION = "1.274.0";

@@ -32,2 +32,2 @@ /**

*/
const RRWEB_VERSION = exports.RRWEB_VERSION = "2.0.0-alpha.12";
const RRWEB_VERSION = exports.RRWEB_VERSION = "^2.0.0-alpha.17";

@@ -15,3 +15,3 @@ "use strict";

*/
const VERSION = exports.VERSION = "1.273.1";
const VERSION = exports.VERSION = "1.274.0";

@@ -33,2 +33,2 @@ /**

*/
const RRWEB_VERSION = exports.RRWEB_VERSION = "2.0.0-alpha.12";
const RRWEB_VERSION = exports.RRWEB_VERSION = "^2.0.0-alpha.17";

@@ -113,9 +113,2 @@ "use strict";

checkoutEveryNms: _constants.CHECKOUT_MS[this.parent.mode],
/** Emits errors thrown by rrweb directly before bubbling them up to the window */
errorHandler: err => {
/** capture rrweb errors as "internal" errors only */
this.parent.ee.emit('internal-error', [err]);
/** returning true informs rrweb to swallow the error instead of throwing it to the window */
return true;
},
recordAfter: 'DOMContentLoaded'

@@ -122,0 +115,0 @@ });

@@ -9,3 +9,3 @@ /**

*/
export const VERSION = "1.273.1";
export const VERSION = "1.274.0";

@@ -26,2 +26,2 @@ /**

*/
export const RRWEB_VERSION = "2.0.0-alpha.12";
export const RRWEB_VERSION = "^2.0.0-alpha.17";

@@ -9,3 +9,3 @@ /**

*/
export const VERSION = "1.273.1";
export const VERSION = "1.274.0";

@@ -27,2 +27,2 @@ /**

*/
export const RRWEB_VERSION = "2.0.0-alpha.12";
export const RRWEB_VERSION = "^2.0.0-alpha.17";

@@ -107,9 +107,2 @@ import { record as recorder } from 'rrweb';

checkoutEveryNms: CHECKOUT_MS[this.parent.mode],
/** Emits errors thrown by rrweb directly before bubbling them up to the window */
errorHandler: err => {
/** capture rrweb errors as "internal" errors only */
this.parent.ee.emit('internal-error', [err]);
/** returning true informs rrweb to swallow the error instead of throwing it to the window */
return true;
},
recordAfter: 'DOMContentLoaded'

@@ -116,0 +109,0 @@ });

{
"name": "@newrelic/browser-agent",
"version": "1.273.1",
"version": "1.274.0",
"private": false,

@@ -198,3 +198,3 @@ "author": "New Relic Browser Agent Team <browser-agent@newrelic.com>",

"fflate": "0.7.4",
"rrweb": "2.0.0-alpha.12",
"rrweb": "^2.0.0-alpha.17",
"web-vitals": "4.2.3"

@@ -201,0 +201,0 @@ },

@@ -102,9 +102,2 @@ import { record as recorder } from 'rrweb'

checkoutEveryNms: CHECKOUT_MS[this.parent.mode],
/** Emits errors thrown by rrweb directly before bubbling them up to the window */
errorHandler: (err) => {
/** capture rrweb errors as "internal" errors only */
this.parent.ee.emit('internal-error', [err])
/** returning true informs rrweb to swallow the error instead of throwing it to the window */
return true
},
recordAfter: 'DOMContentLoaded'

@@ -111,0 +104,0 @@ })

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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