Socket
Socket
Sign inDemoInstall

address

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

address - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

9

package.json
{
"name": "address",
"version": "2.0.2",
"version": "2.0.3",
"description": "Get current machine IP, MAC and DNS servers.",

@@ -9,3 +9,3 @@ "scripts": {

"test": "egg-bin test",
"preci": "npm run prepublishOnly",
"preci": "npm run lint && npm run prepublishOnly && attw --pack --ignore-rules no-resolution",
"ci": "egg-bin cov",

@@ -16,2 +16,3 @@ "contributor": "git-contributor",

"devDependencies": {
"@arethetypeswrong/cli": "*",
"@eggjs/tsconfig": "^1.3.3",

@@ -61,2 +62,3 @@ "@types/mocha": "^10.0.1",

"import": {
"source": "./src/promises.ts",
"types": "./dist/esm/promises.d.ts",

@@ -66,2 +68,3 @@ "default": "./dist/esm/promises.js"

"require": {
"source": "./src/promises.ts",
"types": "./dist/commonjs/promises.d.ts",

@@ -73,2 +76,3 @@ "default": "./dist/commonjs/promises.js"

"import": {
"source": "./src/index.ts",
"types": "./dist/esm/index.d.ts",

@@ -78,2 +82,3 @@ "default": "./dist/esm/index.js"

"require": {
"source": "./src/index.ts",
"types": "./dist/commonjs/index.d.ts",

@@ -80,0 +85,0 @@ "default": "./dist/commonjs/index.js"

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