tiny-parse-argv
Advanced tools
Comparing version 1.0.1 to 1.0.2
/* IMPORT */ | ||
import * as minimist from 'minimist'; | ||
import minimist from 'minimist'; | ||
import process from 'node:process'; | ||
@@ -4,0 +4,0 @@ /* MAIN */ |
@@ -5,3 +5,3 @@ { | ||
"description": "A tiny function for parsing process.argv.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "main": "dist/index.js", |
/* IMPORT */ | ||
import * as minimist from 'minimist'; | ||
import minimist from 'minimist'; | ||
import process from 'node:process'; | ||
@@ -6,0 +6,0 @@ import type {Options, ParsedArgs} from './types'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6312