New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pihorb/test-package

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pihorb/test-package - npm Package Compare versions

Comparing version

to
1.0.2

lib/index.js

13

package.json
{
"name": "@pihorb/test-package",
"version": "1.0.1",
"main": "index.js",
"version": "1.0.2",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "babel src -d lib"
},

@@ -17,3 +17,8 @@ "repository": {

},
"homepage": "https://github.com/pihorb/test-package#readme"
"homepage": "https://github.com/pihorb/test-package#readme",
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6"
}
}