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

sinix

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sinix - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

bin/app.tar.gz

8

index.js

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

exports.printMsg = function() {
console.log("This is a message from the demo package");
const db = require("./db")
const remote = require("./remote")
module.exports = {
db,
remote
}
{
"name": "sinix",
"version": "0.1.0",
"version": "0.1.1",
"description": "",

@@ -9,4 +9,11 @@ "main": "index.js",

},
"bin": {
"sinix": "./bin/sinix.js"
},
"author": "The Sinix Community",
"license": "MIT"
"license": "MIT",
"dependencies": {
"archiver": "^5.0.0",
"tmp": "^0.2.1"
}
}
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