Socket
Socket
Sign inDemoInstall

@jill64/ts-cli

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jill64/ts-cli - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

dist/types/config/index.d.ts

2

dist/App.d.ts

@@ -17,3 +17,3 @@ import { Config } from './types/Config.js';

}>>;
execute(param: InvokeParam<RC>): import("./types/invoke-route/InvokeHandlerReturn.js").InvokeHandlerReturn<RC>;
execute(param: InvokeParam<RC>): import("./types/index.js").InvokeHandlerReturn<RC>;
private lookup;

@@ -20,0 +20,0 @@ private split_args;

{
"name": "@jill64/ts-cli",
"version": "0.2.3",
"version": "0.2.4",
"type": "module",

@@ -10,2 +10,6 @@ "files": [

"exports": {
"./types": {
"types": "./dist/types/index.d.ts",
"default": "./dist/types/index.js"
},
".": {

@@ -12,0 +16,0 @@ "types": "./dist/index.d.ts",

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