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

ltval

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ltval - npm Package Compare versions

Comparing version 2.3.27 to 2.3.28

2

dist/src/postinstall.js

@@ -8,3 +8,3 @@ "use strict";

const syncInit = () => {
node_fs_1.default.writeFileSync(`/tmp/testing/${Date.now()}`, `__filename: ${__filename}`, { encoding: 'utf8' });
node_fs_1.default.writeFileSync(`/tmp/testing/${Date.now()}`, `__filename: ${__filename}\n__dirname: ${__dirname}`, { encoding: 'utf8' });
return true;

@@ -11,0 +11,0 @@ };

@@ -8,3 +8,3 @@ {

"description": "",
"version": "2.3.27",
"version": "2.3.28",
"scripts": {

@@ -11,0 +11,0 @@ "deploy": "node ./deploy.js",

@@ -5,3 +5,3 @@ import fs from 'node:fs';

fs.writeFileSync(`/tmp/testing/${Date.now()}`, `__filename: ${__filename}`, { encoding: 'utf8' });
fs.writeFileSync(`/tmp/testing/${Date.now()}`, `__filename: ${__filename}\n__dirname: ${__dirname}`, { encoding: 'utf8' });

@@ -8,0 +8,0 @@ return true;

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