@ctrl/mac-address
Advanced tools
Comparing version 2.1.2 to 3.0.0
{ | ||
"name": "@ctrl/mac-address", | ||
"version": "2.1.2", | ||
"version": "3.0.0", | ||
"description": "Parse and manipulate MAC addresses", | ||
@@ -11,6 +11,7 @@ "author": "Scott Cooper <scttcper@gmail.com>", | ||
"repository": "scttcper/mac-address", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"type": "module", | ||
"exports": "./dist/src/index.js", | ||
"types": "./dist/src/index.d.ts", | ||
"files": [ | ||
"dist" | ||
"dist/src" | ||
], | ||
@@ -24,6 +25,6 @@ "sideEffects": false, | ||
"scripts": { | ||
"lint": "eslint --ext .js,.ts, .", | ||
"lint:fix": "eslint --fix --ext .js,.ts, .", | ||
"lint": "eslint --ext .ts .", | ||
"lint:fix": "eslint --fix --ext .ts .", | ||
"prepare": "npm run build", | ||
"build": "tsc -p tsconfig.build.json", | ||
"build": "tsc", | ||
"test": "jest", | ||
@@ -33,23 +34,28 @@ "test:watch": "jest --watch", | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "7.12.1", | ||
"@babel/preset-typescript": "7.12.7", | ||
"@ctrl/eslint-config": "1.2.8", | ||
"@types/jest": "26.0.19", | ||
"@types/node": "14.14.13", | ||
"jest": "26.6.3", | ||
"jest-junit": "12.0.0", | ||
"typescript": "4.1.3" | ||
"@ctrl/eslint-config": "2.0.10", | ||
"@jest/globals": "27.0.6", | ||
"@sindresorhus/tsconfig": "1.0.2", | ||
"@types/node": "16.4.10", | ||
"jest-junit": "12.2.0", | ||
"jest": "27.0.6", | ||
"ts-jest": "27.0.4", | ||
"typescript": "4.3.5" | ||
}, | ||
"jest": { | ||
"testEnvironment": "node" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"@babel/preset-typescript" | ||
"testEnvironment": "node", | ||
"collectCoverageFrom": [ | ||
"src/**/**.ts" | ||
], | ||
"plugins": [ | ||
"@babel/plugin-transform-modules-commonjs" | ||
] | ||
"testMatch": [ | ||
"**/test/**/**.spec.ts" | ||
], | ||
"coverageProvider": "v8", | ||
"preset": "ts-jest/presets/default-esm", | ||
"globals": { | ||
"ts-jest": { | ||
"useESM": true, | ||
"isolatedModules": true | ||
} | ||
} | ||
}, | ||
@@ -60,4 +66,4 @@ "release": { | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=14.16" | ||
} | ||
} |
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
Yes
10676
219
1