@designliquido/delegua-json
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
4075
8
5
51
2
1