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

hey-jin

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hey-jin - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

package.json
{
"name": "hey-jin",
"version": "1.0.9",
"version": "1.0.10",
"description": "a package that says hi to jin",

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

@@ -8,6 +8,5 @@ #!/usr/bin/env node

var dir = __dirname + '/node_modules/hey-jin/';
console.log(__dirname);
var file = __dirname + '/package.json';
fs.readFile('./node_modules/hey-jin/package.json', function read(err, data) {
fs.readFile(file, function read(err, data) {
if (err) {

@@ -14,0 +13,0 @@ console.log('Did you delete your package.json?');

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