@ctrl/mac-address
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "@ctrl/mac-address", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Parse and manipulate MAC addresses", | ||
@@ -30,9 +30,9 @@ "author": "Scott Cooper <scttcper@gmail.com>", | ||
"devDependencies": { | ||
"@ctrl/eslint-config": "3.4.5", | ||
"@ctrl/eslint-config": "3.7.0", | ||
"@sindresorhus/tsconfig": "3.0.1", | ||
"@types/node": "17.0.42", | ||
"c8": "7.11.3", | ||
"ts-node": "10.8.1", | ||
"typescript": "4.7.3", | ||
"vitest": "0.14.2" | ||
"@types/node": "20.1.0", | ||
"@vitest/coverage-c8": "0.31.0", | ||
"c8": "7.13.0", | ||
"typescript": "5.0.4", | ||
"vitest": "0.31.0" | ||
}, | ||
@@ -45,3 +45,4 @@ "release": { | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -48,0 +49,0 @@ "engines": { |
@@ -1,2 +0,2 @@ | ||
# @ctrl/mac-address [![npm](https://badgen.net/npm/v/@ctrl/mac-address)](https://www.npmjs.com/package/@ctrl/mac-address) [![CircleCI](https://badgen.net/circleci/github/scttcper/mac-address)](https://circleci.com/gh/scttcper/mac-address) [![coverage](https://badgen.net/codecov/c/github/scttcper/mac-address)](https://codecov.io/gh/scttcper/mac-address) | ||
# @ctrl/mac-address [![npm](https://badgen.net/npm/v/@ctrl/mac-address)](https://www.npmjs.com/package/@ctrl/mac-address) [![coverage](https://badgen.net/codecov/c/github/scttcper/mac-address)](https://codecov.io/gh/scttcper/mac-address) | ||
@@ -3,0 +3,0 @@ Zero dependency typescript port of [joyent/node-macaddr](https://github.com/joyent/node-macaddr) and getMac [bevry/getmac](https://github.com/bevry/getmac) |
9996