Socket
Socket
Sign inDemoInstall

@datadog/browser-core

Package Overview
Dependencies
Maintainers
1
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datadog/browser-core - npm Package Compare versions

Comparing version 1.2.9 to 1.2.10

7

cjs/utils.js

@@ -126,5 +126,9 @@ "use strict";

}
var result;
try {
return JSON.stringify(value, replacer, space);
result = JSON.stringify(value, undefined, space);
}
catch (_a) {
result = '<error: unable to serialize object>';
}
finally {

@@ -140,2 +144,3 @@ if (originalToJSON[0]) {

}
return result;
}

@@ -142,0 +147,0 @@ exports.jsonStringify = jsonStringify;

@@ -115,5 +115,9 @@ export var ONE_SECOND = 1000;

}
var result;
try {
return JSON.stringify(value, replacer, space);
result = JSON.stringify(value, undefined, space);
}
catch (_a) {
result = '<error: unable to serialize object>';
}
finally {

@@ -129,2 +133,3 @@ if (originalToJSON[0]) {

}
return result;
}

@@ -131,0 +136,0 @@ function hasToJSON(value) {

4

package.json
{
"name": "@datadog/browser-core",
"version": "1.2.9",
"version": "1.2.10",
"license": "Apache-2.0",

@@ -25,3 +25,3 @@ "main": "cjs/index.js",

},
"gitHead": "a658583cd4b462bdcf89381927ae8a85c74e2ddf"
"gitHead": "a679846346eacb262ff8c9300a1d546fb924fa5d"
}

Sorry, the diff of this file is not supported yet

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