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

@designliquido/delegua-json

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@designliquido/delegua-json - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

4

index.js

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

exports.objetoParaTextoJson = exports.textoParaJson = exports.exportarObjetoParaArquivoJson = exports.importarArquivoJson = void 0;
const sistemaArquivos = __importStar(require("node:fs"));
const caminho = __importStar(require("node:path"));
const sistemaArquivos = __importStar(require("fs"));
const caminho = __importStar(require("path"));
function importarArquivoJson(caminhoArquivo) {

@@ -31,0 +31,0 @@ const caminhoResolvido = caminho.resolve(caminhoArquivo);

{
"name": "@designliquido/delegua-json",
"description": "Biblioteca para Delégua e JavaScript para manipulação de JSON.",
"version": "0.0.0",
"version": "0.0.1",
"author": "Leonel Sanches da Silva",
"scripts": {
"empacotar": "rimraf ./dist && tsc && copyfiles -V ./package.json ./dist && copyfiles -V ./README.md ./dist",
"empacotar": "rimraf ./dist && tsc && yarn copyfiles -V ./package.json ./dist && yarn copyfiles -V ./README.md ./dist",
"testes-unitarios": "jest --coverage"

@@ -13,2 +13,3 @@ },

"@types/node": "^18.11.15",
"copyfiles": "^2.4.1",
"jest": "^29.3.1",

@@ -15,0 +16,0 @@ "rimraf": "^3.0.2",

# delegua-json
Biblioteca para manipulação de JSON.
Biblioteca para manipulação de JSON. Não deve ser usada em aplicações Web, por exigir um sistema de arquivos.

Sorry, the diff of this file is not supported yet

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