Socket
Socket
Sign inDemoInstall

sample-nodejs-module

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

13

index.js

@@ -1,10 +0,9 @@

export default class Sample {
static hello(name = "") {
console.log(`Hello ${name}`);
}
static hello(name="") {
console.log(`Hello ${name}`)
}
static hihi() {
alert("phap duong dieu");
}
}
{
"name": "sample-nodejs-module",
"version": "1.0.5",
"version": "1.0.6",
"description": "Sample Nodejs Module",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc