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

lucas

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lucas - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

8

index.js

@@ -1,7 +0,9 @@

const path = require('path');
const fs = require('fs');
'use strict'
const path = require('path')
const fs = require('fs')
fs.readFile(
path.resolve(__dirname, 'lucas.json'), 'utf8',
(err, data) => console.log(err || data)
);
)
{
"name": "lucas",
"version": "1.0.3",
"version": "1.0.4",
"description": "Info about me",
"main": "lucas.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"postinstall": "cat lucas.json"
},

@@ -9,0 +9,0 @@ "repository": {

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