Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

get-price-tag

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-price-tag - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "get-price-tag",
"version": "1.0.4",
"version": "1.0.5",
"main": "dist/commonjs/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -51,16 +51,18 @@ import fetch from "node-fetch";

console.log(rootDir, packageJSON, results);
fetch("https://stats.api.voca.teliacompany.com/postinstall/projects", {
method: "post",
headers: {
"Content-type": "application/json; charset=UTF-8",
Accept: "application/json, text/plain, */*",
},
body: JSON.stringify({
voca_project: pkgName,
voca_version: vocaVersion,
voca_framework: "react",
}),
});
if (pkgName && vocaVersion) {
fetch("https://stats.api.voca.teliacompany.com/postinstall/projects", {
method: "post",
headers: {
"Content-type": "application/json; charset=UTF-8",
Accept: "application/json, text/plain, */*",
},
body: JSON.stringify({
voca_project: pkgName,
voca_version: vocaVersion,
voca_framework: "react",
}),
});
}
});
}
postComponent();
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