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

page-parser-tree

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

page-parser-tree - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

7

package.json
{
"name": "page-parser-tree",
"version": "0.3.2",
"version": "0.3.3",
"description": "Library to find elements in a dynamic web page",
"main": "js/index.js",
"scripts": {
"prepare": "babel -s inline -d js/ src/ --ignore '*.test.*' && flow-copy-source -v src js --ignore '*.test.*'",
"prepare": "rimraf js && babel -s inline -d js/ src/ --ignore '**/*.test.*' && flow-copy-source -v src js --ignore '**/*.test.*'",
"test": "npm run lint && npm run flow_check && jest",

@@ -43,4 +43,5 @@ "flow_check": "flow check",

"jsdom": "^9.11.0",
"pdelay": "^1.0.0"
"pdelay": "^1.0.0",
"rimraf": "^2.6.1"
}
}
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