Socket
Socket
Sign inDemoInstall

@jill64/ts-cli

Package Overview
Dependencies
1
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

6

dist/App.js

@@ -103,5 +103,7 @@ import { transform } from '@jill64/transform';

if (!offset) {
const firstOpts = routed.findIndex((x) => x.startsWith('-'));
const idx = firstOpts === -1 ? 0 : firstOpts;
return {
truncated: [],
rest: routed
truncated: sort(routed.slice(0, idx)),
rest: routed.slice(idx)
};

@@ -108,0 +110,0 @@ }

{
"name": "@jill64/ts-cli",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",

@@ -50,3 +50,3 @@ "files": [

"url": "https://github.com/jill64/ts-cli.git",
"image": "https://opengraph.githubassets.com/d91e49e6c7752eeee476d80690a4cdb34119af69bd4fffc852af9e9e6081fb32/jill64/ts-cli"
"image": "https://opengraph.githubassets.com/e30bf8f9b7e661e7c416ad63562c017a0c6b579357fbefb5ab9a858655663c43/jill64/ts-cli"
},

@@ -53,0 +53,0 @@ "description": "> Solidly-Typed CLI Router",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc