better-lookup
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "better-lookup", | ||
"version": "1.3.0", | ||
"description": "A better async DNS lookup function for Node.js that implements atomic cache operation.", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"prepublishOnly": "tsc --module commonjs --target es2015 --declaration true --sourcemap true --noImplicitThis true index.ts", | ||
"postpublish": "ls index.* | grep -v index.ts | xargs rm -f", | ||
"pretest": "tsc --module commonjs --target es2015 --esModuleInterop true test.ts", | ||
"posttest": "rm -f test.js* && rm -f index.js*", | ||
"test": "mocha" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ayonli/better-lookup.git" | ||
}, | ||
"keywords": [ | ||
"dns", | ||
"lookup", | ||
"atomic", | ||
"async", | ||
"cache" | ||
], | ||
"author": "A-yon Lee <the@ayon.li>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ayonli/better-lookup/issues" | ||
}, | ||
"homepage": "https://github.com/ayonli/better-lookup#readme", | ||
"devDependencies": { | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^14.11.1", | ||
"https-proxy-agent": "^5.0.1", | ||
"mocha": "^7.2.0", | ||
"typescript": "^4.9.5" | ||
}, | ||
"dependencies": { | ||
"@hyurl/utils": "^0.2.26" | ||
}, | ||
"engines": { | ||
"node": ">=10" | ||
} | ||
"name": "better-lookup", | ||
"version": "1.4.0", | ||
"description": "A better async DNS lookup function for Node.js that implements atomic cache operation.", | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"types": "./cjs/index.d.ts", | ||
"exports": { | ||
"require": "./cjs/index.js", | ||
"import": "./esm/index.js", | ||
"types": "./cjs/index.d.ts" | ||
}, | ||
"scripts": { | ||
"build": "tsc --module esnext --outDir esm && tsc --module commonjs --outDir cjs --declaration && node postbuild.js", | ||
"prepack": "npm run build", | ||
"test": "mocha -r ts-node/register test.ts" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ayonli/better-lookup.git" | ||
}, | ||
"keywords": [ | ||
"dns", | ||
"lookup", | ||
"atomic", | ||
"async", | ||
"cache" | ||
], | ||
"author": "A-yon Lee <the@ayon.li>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ayonli/better-lookup/issues" | ||
}, | ||
"homepage": "https://github.com/ayonli/better-lookup#readme", | ||
"devDependencies": { | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^22.1.0", | ||
"https-proxy-agent": "^5.0.1", | ||
"mocha": "^10.7.0", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^4.9.5" | ||
}, | ||
"dependencies": { | ||
"@ayonli/jsext": "^0.9.55" | ||
}, | ||
"engines": { | ||
"node": ">=14" | ||
} | ||
} |
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
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
61489
11
946
0
1
6
+ Added@ayonli/jsext@^0.9.55
+ Added@ayonli/jsext@0.9.80(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsudo-prompt@9.2.1(transitive)
+ Addedws@8.18.0(transitive)
+ Addedzod@3.23.8(transitive)
- Removed@hyurl/utils@^0.2.26
- Removed@hyurl/utils@0.2.26(transitive)
- Removedcheck-iterable@1.2.0(transitive)
- Removedcould-be-class@0.2.1(transitive)
- Removedis-like@0.1.13(transitive)
- Removedtslib@2.8.1(transitive)
- Removedutf8-length@0.0.1(transitive)