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.32 to 0.0.33

2

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

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

@@ -10,3 +10,3 @@ import fetch from "node-fetch";

/** Loop through root folders files recursively */
var walk = function (dir, done) {
async function walk(dir, done) {
var results = [];

@@ -37,3 +37,3 @@ fs.readdir(rootDir, function (err, list) {

walk(rootDir, function (err, results) {
await walk(rootDir, function (err, results) {
if (err) throw err;

@@ -40,0 +40,0 @@ console.log(results);

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