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

@ctrl/mac-address

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctrl/mac-address - npm Package Compare versions

Comparing version 2.1.2 to 3.0.0

dist/src/getMAC.d.ts

56

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc