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

html-scrape

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-scrape - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

13

package.json
{
"name": "html-scrape",
"description": "A lightweight tool that scrapes webpages with ease.",
"version": "0.1.4",
"version": "0.2.0",
"main": "./lib",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"clean": "rimraf lib",
"compile": "./node_modules/.bin/babel --presets es2015,stage-2 -d lib/ src/",
"prepublish": "npm run clean && npm run compile"
"prepublish": "npm run clean && npm run compile && npm run test"
},
"author": "Robert Grubb",
"license": "MIT",
"repository": {

@@ -15,2 +18,6 @@ "type": "git",

},
"bugs": {
"url": "https://github.com/RobertGrubb/html-scrape/issues"
},
"keywords": [

@@ -39,2 +46,4 @@ "regex",

"babel-preset-stage-2": "^6.5.0",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"rimraf": "^2.5.2"

@@ -41,0 +50,0 @@ },

2

README.md

@@ -1,2 +0,2 @@

# HTML Scrape
# HTML Scrape [![Build Status](https://travis-ci.org/RobertGrubb/html-scrape.svg?branch=master)](https://travis-ci.org/RobertGrubb/html-scrape)
----------------

@@ -3,0 +3,0 @@

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