Socket
Socket
Sign inDemoInstall

rasper

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.7 to 0.2.8

.github/funding.yml

40

package.json
{
"name": "rasper",
"version": "0.2.7",
"version": "0.2.8",
"description": "Node.js parse argument options make ease.",

@@ -9,2 +9,3 @@ "homepage": "https://cjpatoilo.com/rasper",

"author": "CJ Patoilo <cjpatoilo@gmail.com>",
"private": false,
"main": "index.js",

@@ -42,19 +43,36 @@ "keywords": [

"devDependencies": {
"ava": "^2.1.0",
"ava": "^2.4.0",
"boeing": "latest",
"eslint": "^6.0.1",
"eslint-config-styled": "latest",
"husky": "^3.0.0",
"husky": "^3.0.9",
"inject-ga": "^0.2.4",
"lint-staged": "^9.4.2",
"marshmallow": "latest",
"nyc": "^14.1.1",
"rimraf": "^2.6.3"
"prettier-standard": "^15.0.1",
"rimraf": "^3.0.0"
},
"scripts": {
"deploy": "marshmallow -o docs -i artwork.psd -f -m && inject-ga docs/index.html -o docs/index.html -c 'UA-24389952-13' && boeing docs && rimraf docs",
"lint": "prettier-standard --check",
"test": "nyc ava"
},
"engines": {
"node": ">=10.0.0"
"node": "^12.13.0"
},
"scripts": {
"prepush": "marshmallow -o docs -i artwork.psd -t Rasper -f -m && boeing docs && rimraf docs",
"precommit": "npm t",
"test": "nyc ava && eslint . --ignore-path .gitignore"
"prettier": {
"jsxSingleQuote": false,
"trailingComma": "all"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "npm run deploy"
}
},
"lint-staged": {
"src/**/*": [
"prettier-standard --format",
"git add"
]
}
}

@@ -1,2 +0,2 @@

<a align="center" href="https://github.com/cjpatoilo/rasper"><img width="100%" src="https://cjpatoilo.com/rasper/artwork.png" alt="Rasper - Node.js parse argument options make ease."></a>
<a href="https://github.com/cjpatoilo/rasper"><img width="100%" src="https://cjpatoilo.com/rasper/artwork.png" alt="Rasper - Node.js parse argument options make ease."></a>

@@ -64,3 +64,3 @@ > Node.js parse argument options make ease.

Want to contribute? Follow these [recommendations](.github/contributing.md).
Want to contribute? Follow these [recommendations](https://github.com/cjpatoilo/rasper#contributing).

@@ -70,2 +70,2 @@

Designed with ♥ by [CJ Patoilo](https://twitter.com/cjpatoilo). Licensed under the [MIT License](license).
Designed with ♥ by [CJ Patoilo](https://twitter.com/cjpatoilo). Licensed under the [MIT License](https://github.com/cjpatoilo/rasper#license).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc