New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

human-number

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

human-number - npm Package Compare versions

Comparing version

to
2.0.2

11

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://nicedoc.io/Kikobeats/human-number",
"version": "2.0.1",
"version": "2.0.2",
"main": "src/index.js",

@@ -38,2 +38,3 @@ "author": {

"@commitlint/config-conventional": "latest",
"@ksmithut/prettier-standard": "latest",
"ava": "latest",

@@ -47,3 +48,2 @@ "c8": "latest",

"npm-check-updates": "latest",
"prettier-standard": "latest",
"simple-git-hooks": "latest",

@@ -62,3 +62,3 @@ "standard": "latest",

"clean": "rm -rf node_modules",
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"lint": "standard-markdown README.md && standard",

@@ -82,4 +82,5 @@ "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",

"nano-staged": {
"*.js": [
"prettier-standard"
"*.js,!*.min.js": [
"prettier-standard",
"standard --fix"
],

@@ -86,0 +87,0 @@ "*.md": [