ip-address
Advanced tools
Comparing version 8.1.0 to 9.0.0
@@ -10,17 +10,10 @@ { | ||
], | ||
"version": "8.1.0", | ||
"version": "9.0.0", | ||
"author": "Beau Gunderson <beau@beaugunderson.com> (https://beaugunderson.com/)", | ||
"license": "MIT", | ||
"main": "dist/cjs/ip-address.js", | ||
"module": "dist/esm/ip-address.js", | ||
"types": "dist/cjs/ip-address.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/cjs/ip-address.js", | ||
"import": "./dist/esm/ip-address.js" | ||
} | ||
}, | ||
"main": "dist/ip-address.js", | ||
"types": "dist/ip-address.d.ts", | ||
"scripts": { | ||
"docs": "documentation build --github --output docs --format html ./ip-address.js", | ||
"build": "rm -rf dist/* && tsc -p tsconfig.json && tsc -p tsconfig-esm.json && ./.fix-package-types.sh", | ||
"build": "rm -rf dist/* && tsc -p tsconfig.json", | ||
"prepublishOnly": "npm run build", | ||
@@ -55,5 +48,4 @@ "release": "release-it", | ||
"files": [ | ||
"dist/**/*.js", | ||
"dist/**/*.ts", | ||
"dist/**/*.map" | ||
"src", | ||
"dist" | ||
], | ||
@@ -66,11 +58,11 @@ "repository": { | ||
"jsbn": "1.1.0", | ||
"sprintf-js": "1.1.2" | ||
"sprintf-js": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.18", | ||
"@types/jsbn": "^1.2.29", | ||
"@types/mocha": "^8.2.2", | ||
"@types/jsbn": "^1.2.31", | ||
"@types/mocha": "^10.0.1", | ||
"@types/sprintf-js": "^1.1.2", | ||
"@typescript-eslint/eslint-plugin": "^4.27.0", | ||
"@typescript-eslint/parser": "^4.27.0", | ||
"@typescript-eslint/eslint-plugin": "^6.7.2", | ||
"@typescript-eslint/parser": "^6.7.2", | ||
"browserify": "^17.0.0", | ||
@@ -80,20 +72,20 @@ "chai": "^4.3.4", | ||
"documentation": "^13.2.5", | ||
"eslint": "^7.29.0", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint": "^8.50.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-filenames": "^1.3.2", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "^7.24.0", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0", | ||
"mocha": "^9.0.1", | ||
"mocha": "^10.2.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.3.1", | ||
"release-it": "^14.9.0", | ||
"prettier": "^3.0.3", | ||
"release-it": "^16.2.0", | ||
"source-map-support": "^0.5.19", | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.3.4" | ||
"typescript": "^5.2.2" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
[![travis]](http://travis-ci.com/beaugunderson/ip-address) | ||
![CircleCI](https://img.shields.io/circleci/build/github/beaugunderson/ip-address) | ||
[![codecov]](https://codecov.io/github/beaugunderson/ip-address?branch=master) | ||
@@ -11,3 +11,2 @@ [![downloads]](https://www.npmjs.com/package/ip-address) | ||
[snyk]: https://snyk.io/test/github/beaugunderson/ip-address/badge.svg | ||
[travis]: https://img.shields.io/travis/beaugunderson/ip-address.svg | ||
@@ -14,0 +13,0 @@ ## ip-address |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
55869
12
1575
109
1
+ Addedsprintf-js@1.1.3(transitive)
- Removedsprintf-js@1.1.2(transitive)
Updatedsprintf-js@^1.1.3