Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-node-pkg

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-node-pkg - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

index.js

@@ -0,6 +1,6 @@

var color = require('colors');
exports.printMsg = function() {
console.log("This is the demo node module");
console.log("This is the demo node module",red);
}
{
"name": "npm-node-pkg",
"version": "1.0.1",
"version": "1.0.2",
"description": "\"Learning to publish package in npm registry\"",

@@ -10,3 +10,6 @@ "main": "index.js",

"author": "\"Vishakha Singh\"",
"license": "ISC"
"license": "ISC",
"dependencies": {
"colors": "^1.1.2"
}
}
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