Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

minimisted

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minimisted - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

.github/workflows/ci.yml

8

package.json
{
"name": "minimisted",
"version": "2.0.0",
"version": "2.0.1",
"description": "Handy wrapper of `minimist`",
"main": "index.js",
"dependencies": {
"minimist": "^1.2.0"
"minimist": "^1.2.5"
},
"devDependencies": {
"codecov": "^2.0.1",
"nyc": "^11.0.1",

@@ -17,4 +16,3 @@ "standard": "^10.0.0"

"test": "node test.js",
"lcov": "nyc --reporter=lcov npm test",
"codecov": "npm run lcov && codecov"
"cov": "nyc --reporter=lcov npm test"
},

@@ -21,0 +19,0 @@ "repository": {

@@ -1,4 +0,4 @@

# minimisted v2.0.0
# minimisted v2.0.1
[![Circle CI](https://circleci.com/gh/kt3k/minimisted.svg?style=svg)](https://circleci.com/gh/kt3k/minimisted)
![CI](https://github.com/kt3k/minimisted/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/kt3k/minimisted/branch/master/graph/badge.svg)](https://codecov.io/gh/kt3k/minimisted)

@@ -5,0 +5,0 @@ [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

Sorry, the diff of this file is not supported yet

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