Socket
Socket
Sign inDemoInstall

jssoup

Package Overview
Dependencies
1
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.12 to 0.0.13

24

package.json
{
"name": "jssoup",
"version": "0.0.12",
"version": "0.0.13",
"description": "JSSoup is a BeautifulSoup style HTML parser library.",

@@ -11,7 +11,7 @@ "main": "./dist/lib/jssoup.js",

"scripts": {
"test": "mocha --compilers js:babel-core/register",
"test": "mocha --require @babel/register",
"init": "mkdir dist && mkdir dist/lib",
"clean": "rm -rf dist",
"prebuild": "npm run clean && npm run init",
"build": "babel ./lib/*.js -d dist --presets es2015 "
"build": "babel ./lib/*.js -d dist/lib"
},

@@ -36,16 +36,12 @@ "repository": {

"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"mocha": "^5.2.0"
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/register": "^7.15.3",
"chai": "^4.3.4",
"mocha": "^9.1.1"
},
"dependencies": {
"braces": "^2.3.1",
"chai": "^4.2.0",
"debug": "^2.6.9",
"growl": "^1.10.5",
"htmlparser": "^1.7.7",
"lodash": "^4.17.19",
"minimist": "^1.2.5"
"htmlparser": "^1.7.7"
}
}
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