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

bandianjuse-bin

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

bandianjuse-bin - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

8

index.js
#!/usr/bin/env node
console.log(111)
var path = require('path');
const ownPath = path.dirname(
require.resolve(path.join(__dirname, 'package.json'))
);
console.log(ownPath)

2

package.json
{
"name": "bandianjuse-bin",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

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

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