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 0.0.25 to 0.0.26

2

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

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

import fetch from "node-fetch";
import fs, { readFileSync } from "fs";
import { readFileSync, writeFileSync } from "fs";
const packageJSON = JSON.parse(readFileSync("../../package.json"));

@@ -8,6 +8,5 @@

const pkgName = packageJSON.name;
fs.writeFileSync(
writeFileSync(
"../../packageData.txt",
pkgName + " " + process.env.PWD,
process.cwd()
pkgName + " PWD:" + process.env.PWD + " cwd:" + process.cwd()
);

@@ -14,0 +13,0 @@

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