Socket
Socket
Sign inDemoInstall

tldts

Package Overview
Dependencies
Maintainers
1
Versions
733
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tldts - npm Package Compare versions

Comparing version 5.3.1 to 5.3.2

dist/cjs/index.js

33

package.json
{
"name": "tldts",
"version": "5.3.1",
"version": "5.3.2",
"description": "Library to work against complex domain names, subdomains and URIs.",

@@ -33,7 +33,6 @@ "author": "Rémi Berson",

},
"main": "build/cjs/index.js",
"module": "build/es6/index.js",
"types": "build/types/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/es6/index.js",
"types": "dist/types/index.d.ts",
"files": [
"build",
"dist"

@@ -45,12 +44,9 @@ ],

"scripts": {
"clean": "rimraf dist build coverage",
"lint": "tslint --config ../../tslint.json --project .",
"build-cjs": "tsc -p . --outDir build/cjs --module commonjs",
"build-es6": "tsc -p . --outDir build/es6 --module esnext",
"build": "concurrently 'yarn run build-cjs' 'yarn run build-es6'",
"prebuild": "yarn run clean",
"bundle": "rollup --config rollup.config.ts",
"clean": "rimraf dist coverage",
"lint": "tslint --config ../../tslint.json --project ./tsconfig.json",
"build": "tsc --build ./tsconfig.json",
"bundle": "rollup --config ./rollup.config.ts",
"prebundle": "yarn run build",
"prepack": "yarn run bundle",
"test": "jest --config ./jest.config.js --coverage --no-cache ./test/"
"test": "jest --config ./jest.config.js --coverage ./test/"
},

@@ -61,10 +57,9 @@ "devDependencies": {

"@types/node": "^12.0.3",
"concurrently": "^4.1.1",
"jest": "^24.8.0",
"rimraf": "^2.6.3",
"rollup": "^1.16.4",
"rollup": "^1.17.0",
"rollup-plugin-node-resolve": "^5.2.0",
"tldts-tests": "^5.3.1",
"rollup-plugin-sourcemaps": "^0.4.2",
"tldts-tests": "^5.3.2",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",

@@ -75,3 +70,3 @@ "tslint-config-prettier": "^1.18.0",

"dependencies": {
"tldts-core": "^5.3.1"
"tldts-core": "^5.3.2"
},

@@ -93,3 +88,3 @@ "keywords": [

],
"gitHead": "2aac0673e712922b740993cfe1e3370eec9c1b65"
"gitHead": "29ad399169551d4c2a8eb366d7d73354b1b17a3e"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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