Socket
Socket
Sign inDemoInstall

minimost

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minimost - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

dist/index.d.ts

30

package.json
{
"name": "minimost",
"version": "1.0.2",
"version": "1.1.0",
"description": "Like minimist but flags are converted to camelCase",

@@ -9,6 +9,7 @@ "repository": {

},
"main": "index.js",
"main": "dist/minimost.cjs.js",
"files": [
"index.js"
"dist"
],
"types": "dist/index.d.ts",
"engines": {

@@ -18,5 +19,6 @@ "node": ">=4"

"scripts": {
"test:cov": "jest --coverage && npm run lint",
"test": "jest && npm run lint",
"lint": "xo"
"test:cov": "jest --coverage",
"test": "jest",
"prepublishOnly": "npm run build",
"build": "bili"
},

@@ -29,13 +31,11 @@ "author": "egoist <0x142857@gmail.com>",

"devDependencies": {
"@types/jest": "^22.2.3",
"@types/minimist": "^1.2.0",
"bili": "^3.0.15",
"eslint-config-rem": "^3.0.0",
"jest-cli": "^18.1.0",
"xo": "^0.17.1"
"jest": "^22.4.3",
"rollup-plugin-typescript2": "^0.13.0",
"ts-jest": "^22.4.2",
"typescript": "^2.8.1"
},
"xo": {
"extends": "rem",
"esnext": true,
"envs": [
"jest"
]
},
"dependencies": {

@@ -42,0 +42,0 @@ "minimist": "^1.2.0"

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