Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

extract-tld

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extract-tld - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

30

package.json
{
"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"
}
}
}
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