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

p_project

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

p_project - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

app.js

6

index.js

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

module.export.add=function(a,b){
module.exports.add=function(a,b){
return a+b;
}
module.exports.mul=function(c,d){
return c*d;
}

7

package.json
{
"name": "p_project",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

@@ -11,3 +11,6 @@ "main": "index.js",

"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"p_project": "^1.0.0"
}
}
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