You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

node-caps

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-caps - npm Package Compare versions

Comparing version

to
1.2.9

10

index.ts

@@ -1,5 +0,5 @@

import * as Func from "./func/index";
export default {
...Func,
version: require("../package.json").version,
};
import { captureRejectionSymbol } from "events";
import { Interface } from "readline";
import caps from "./src/func/index"
export = caps;
{
"name": "node-caps",
"version": "1.2.8",
"version": "1.2.9",
"description": "An easy-to-use module to capitalise an string or array",

@@ -5,0 +5,0 @@ "module": "./src/esm/index.esm.js",

@@ -1,2 +0,2 @@

export default {
export default {
def: (str: string) => {

@@ -139,2 +139,2 @@ if (!str || typeof str !== "string")

},
}
};

@@ -6,3 +6,4 @@ {

"lib": ["ESNext"],
"esModuleInterop": true
}
}