Socket
Socket
Sign inDemoInstall

psl

Package Overview
Dependencies
0
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.33 to 1.2.0

scripts/ci-build.sh

12

package.json
{
"name": "psl",
"version": "1.1.33",
"version": "1.2.0",
"description": "Domain name parser based on the Public Suffix List",
"repository": {
"type": "git",
"url": "git@github.com:wrangr/psl.git"
"url": "git@github.com:lupomontero/psl.git"
},

@@ -14,5 +14,6 @@ "main": "index.js",

"watch": "mocha test --watch",
"prebuild": "node ./data/build.js",
"prebuild": "./scripts/update-rules.js",
"build": "browserify ./index.js --standalone=psl > ./dist/psl.js",
"postbuild": "cat ./dist/psl.js | uglifyjs -c -m > ./dist/psl.min.js",
"commit-and-pr": "commit-and-pr",
"changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"%h %s (%an <%ae>)\""

@@ -24,3 +25,3 @@ },

],
"author": "Lupo Montero",
"author": "Lupo Montero <lupomontero@gmail.com> (https://lupomontero.com/)",
"license": "MIT",

@@ -30,3 +31,4 @@ "devDependencies": {

"browserify": "^16.2.3",
"eslint": "^5.16.0",
"commit-and-pr": "^1.0.3",
"eslint": "^6.0.1",
"eslint-config-hapi": "^12.0.0",

@@ -33,0 +35,0 @@ "eslint-plugin-hapi": "^4.1.0",

@@ -5,5 +5,5 @@ # psl (Public Suffix List)

[![Greenkeeper badge](https://badges.greenkeeper.io/wrangr/psl.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/wrangr/psl.svg?branch=master)](https://travis-ci.org/wrangr/psl)
[![devDependency Status](https://david-dm.org/wrangr/psl/dev-status.png)](https://david-dm.org/wrangr/psl#info=devDependencies)
[![Greenkeeper badge](https://badges.greenkeeper.io/lupomontero/psl.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/lupomontero/psl.svg?branch=master)](https://travis-ci.org/lupomontero/psl)
[![devDependency Status](https://david-dm.org/lupomontero/psl/dev-status.png)](https://david-dm.org/lupomontero/psl#info=devDependencies)

@@ -44,3 +44,3 @@ `psl` is a `JavaScript` domain name parser based on the

Download [psl.min.js](https://raw.githubusercontent.com/wrangr/psl/master/dist/psl.min.js)
Download [psl.min.js](https://raw.githubusercontent.com/lupomontero/psl/master/dist/psl.min.js)
and include it in a script tag.

@@ -47,0 +47,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc