extract-tld
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "extract-tld", | ||
"version": "1.0.2", | ||
"source": "src/index.ts", | ||
"main": "dist/main.js", | ||
"module": "dist/module.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"./dist" | ||
], | ||
"version": "1.0.3", | ||
"source": "./src/index.ts", | ||
"main": "./dist/main.js", | ||
"module": "./dist/module.js", | ||
"types": "./dist/index.d.ts", | ||
"files": ["./dist"], | ||
"homepage": "https://github.com/grug/extract-tld", | ||
@@ -16,2 +14,9 @@ "bugs": { | ||
"description": "", | ||
"scripts": { | ||
"watch": "parcel watch", | ||
"check": "tsc --noEmit", | ||
"build": "parcel build", | ||
"test": "jest", | ||
"updateList": "ts-node scripts/updateTlds.ts" | ||
}, | ||
"keywords": [ | ||
@@ -45,10 +50,3 @@ "tld", | ||
"typescript": "^4.7.4" | ||
}, | ||
"scripts": { | ||
"watch": "parcel watch", | ||
"check": "tsc --noEmit", | ||
"build": "parcel build", | ||
"test": "jest", | ||
"updateList": "ts-node scripts/updateTlds.ts" | ||
} | ||
} | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
3738
3
0
2