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

@squzy/vanilla

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squzy/vanilla - npm Package Compare versions

Comparing version 0.1.18-alpha.0 to 0.1.19-alpha.0

3

dist/fetch/fetch.js

@@ -30,3 +30,2 @@ "use strict";

method,
url: input,
headers: new Headers({

@@ -52,3 +51,3 @@ [app.getTracingHeaderKey()]: trx.getId(),

});
return fetch(rqOpts, init)
return fetch(input, init)
.then((res) => {

@@ -55,0 +54,0 @@ trx.end(core_1.Status.TRANSACTION_SUCCESSFUL);

{
"name": "@squzy/vanilla",
"version": "0.1.18-alpha.0",
"version": "0.1.19-alpha.0",
"description": "Monitoring package for vanilla",

@@ -31,6 +31,6 @@ "author": "Iurii Panarin <tduble94@gmail.com>",

"dependencies": {
"@squzy/core": "^0.1.18-alpha.0",
"@squzy/core": "^0.1.19-alpha.0",
"uri-parse-lib": "^2.3.0"
},
"gitHead": "3fa0095cdd3398a4c075089c153890b3535f1017"
"gitHead": "cb1446b137a13400eb19d4dc051147f623dbdd3c"
}

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