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.1

1

index.js
function add(num1, num2) {
console.log('this is sum function')
return num1 + num2

@@ -3,0 +4,0 @@ }

2

package.json
{
"name": "@pihorb/test-package",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {