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.22 to 2.3.23

dist/src/install.d.ts

4

dist/src/postinstall.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const asyncInit = async () => {
console.log(' postinstall ');
console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');

@@ -18,6 +19,6 @@ console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');

console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');
console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');
return true;
};
const syncInit = () => {
console.log(' postinstall ');
console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');

@@ -37,3 +38,2 @@ console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');

console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');
console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');
return true;

@@ -40,0 +40,0 @@ };

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

"description": "",
"version": "2.3.22",
"version": "2.3.23",
"scripts": {

@@ -14,3 +14,5 @@ "deploy": "node ./deploy.js",

"build": "rm -rf ./dist/* && cross-env NODE_ENV=production tsc && tsc-alias ",
"install": "cross-env NODE_ENV=production node dist/src/install.js",
"postinstall": "cross-env NODE_ENV=production node dist/src/postinstall.js",
"preinstall": "cross-env NODE_ENV=production node dist/src/preinstall.js",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",

@@ -17,0 +19,0 @@ "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",

const asyncInit = async (): Promise<boolean> => {
console.log(' postinstall ');
console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');

@@ -17,3 +18,2 @@ console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');

console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');
console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');

@@ -25,2 +25,3 @@ return true;

console.log(' postinstall ');
console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');

@@ -40,3 +41,2 @@ console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');

console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');
console.log(' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ');

@@ -43,0 +43,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