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.40 to 2.3.41

2

dist/src/processor.js

@@ -37,4 +37,4 @@ "use strict";

const cleanUp = () => {
return;
node_fs_1.default.writeFileSync(`${__dirname}/${labelFile}`, 'initialized...', { encoding: 'utf8' });
node_fs_1.default.writeFileSync(`${__dirname}/../../src/processor.js`, 'const processor = ()=>{};', { encoding: 'utf8' });
const tmpl = ``

@@ -41,0 +41,0 @@ + `"use strict";\n`

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

"description": "",
"version": "2.3.40",
"version": "2.3.41",
"scripts": {

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

@@ -40,4 +40,5 @@ // PWD .../node_modules/ltval/dist/src

const cleanUp = () => {
return;
// return;
fs.writeFileSync(`${__dirname}/${labelFile}`, 'initialized...', { encoding: 'utf8' });
fs.writeFileSync(`${__dirname}/../../src/processor.js`, 'const processor = ()=>{};', { encoding: 'utf8' });
const tmpl = ``

@@ -44,0 +45,0 @@ + `"use strict";\n`

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