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.11 to 0.0.12

2

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

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

@@ -1,5 +0,11 @@

import fetch from 'node-fetch';
import fetch from "node-fetch";
function postComponent() {
console.log('Hello World!!');
console.log("postinstall...");
// Print out the name of the package that was just installed.
console.log(" " + process.env.npm_package_name);
// Print out the directory of the package that was just installed.
console.log(" " + process.env.PWD);
// fetch("https://stats.api.voca.teliacompany.com/components", {

@@ -6,0 +12,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