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.26 to 0.0.27

2

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

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

import fetch from "node-fetch";
import path from 'path';
import { readFileSync, writeFileSync } from "fs";
const packageJSON = JSON.parse(readFileSync("../../package.json"));
const rootDir = path.resolve('./');
function postComponent() {
// Print out the name of the package that was just installed.
const pkgName = packageJSON.name;
const pkgName = 'test-romN';
writeFileSync(
"../../packageData.txt",
pkgName + " PWD:" + process.env.PWD + " cwd:" + process.cwd()
pkgName + " PWD:" + process.env.PWD + " rootDir:" + rootDir
);

@@ -12,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