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

seanchen-npm-basic

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seanchen-npm-basic - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "seanchen-npm-basic",
"version": "1.0.3",
"version": "1.0.4",
"description": "Try the basic concepts about NPM moduels",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -1,1 +0,7 @@

module.exports = require('./singleton.js');
/**
* Check this post for module.exports and exports.
* - https://www.sitepoint.com/understanding-module-exports-exports-node-js/
*/
//module.exports = require('./singleton.js');
module.exports.basicSingleton = require('./singleton.js');
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