🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

c2-util

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c2-util - npm Package Compare versions

Comparing version

to
1.0.8

dist/index.d.ts

1

dist/index.js

@@ -35,1 +35,2 @@ "use strict";

exports.isEmpty = isEmpty;
// export { isEmpty, isNotEmpty }

4

package.json
{
"name": "c2-util",
"version": "1.0.7",
"version": "1.0.8",
"description": "Biblioteca de funções utilitárias",

@@ -8,2 +8,4 @@ "repository": "https://cabralsilva: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@github.com/cabralsilva/c2-util.git",

"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {

@@ -10,0 +12,0 @@ "test": "echo \"Error: no test specified\" && exit 1",

@@ -38,1 +38,3 @@

}
// export { isEmpty, isNotEmpty }

@@ -56,3 +56,3 @@ {

/* Emit */
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
// "declarationMap": true, /* Create sourcemaps for d.ts files. */

@@ -78,3 +78,3 @@ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */

// "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */
"declarationDir": "./dist", /* Specify the output directory for generated declaration files. */
// "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */

@@ -81,0 +81,0 @@