New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

native-hello

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

native-hello - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
package.json
{
"name": "native-hello",
"version": "1.0.0",
"version": "1.0.1",
"description": "Returns greetings based off of geolocation",

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

const pckg = require('native-hello')
console.log(pckg.sayGoodbyeByCountry("china "))
{
"lockfileVersion": 3,
"requires": true,
"packages": {
"..": {
"name": "native-hello",
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.0"
}
},
"../node_modules/@types/node": {
"version": "18.15.0",
"dev": true,
"license": "MIT"
},
"node_modules/native-hello": {
"resolved": "..",
"link": true
}
}
}
{
"name": "tester",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}