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

skydiet-lib-node

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skydiet-lib-node - npm Package Compare versions

Comparing version 1.0.44 to 1.0.45

2

dist/index.js

@@ -460,2 +460,4 @@ "use strict";

}
// Após as substituições, corrigir padrões ${{ANYTHING}} para ${ANYTHING} literal
formula = formula.replace(/\${{([^}]+)}}/g, (_, inner) => `\${${inner}}`);
return formula;

@@ -462,0 +464,0 @@ };

2

package.json
{
"name": "skydiet-lib-node",
"version": "1.0.44",
"version": "1.0.45",
"description": "Biblioteca para funções skydiet",

@@ -5,0 +5,0 @@ "author": "Daniel Cabral <cabralconsultoriaemsoftware@gmail.com>",

@@ -549,2 +549,6 @@ /* eslint-disable @typescript-eslint/no-unused-vars */

}
// Após as substituições, corrigir padrões ${{ANYTHING}} para ${ANYTHING} literal
formula = formula.replace(/\${{([^}]+)}}/g, (_, inner) => `\${${inner}}`);
return formula;

@@ -551,0 +555,0 @@ }

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