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

@democracy-deutschland/dip21-scraper

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@democracy-deutschland/dip21-scraper - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

distribution/DipBrowser.js

@@ -164,3 +164,3 @@ 'use strict';

const re = /<a.*?class="linkIntern".*?href="(.*?)">(?:.|\s)*?<\/a>(?:.|\s)*?<\/td><td>([0-9]*.[0-9]*.[0-9]*)<\/td>/g;
const re = /<a.*?class="linkIntern".*?href="(.*?)">.*?<\/a>.*?<\/td><td>([0-9]*.[0-9]*.[0-9]*)<\/td>/g;
let m;

@@ -167,0 +167,0 @@ const data = [];

@@ -128,3 +128,3 @@ 'use strict';

yield _this.timeout();
if (_this.stack[browserIndex].errors > 1) {
if (_this.stack[browserIndex].errors > 5) {
throw {

@@ -485,3 +485,3 @@ message: 'to many search errors',

if (_this3.stack[browserIndex].errors >= 1) {
if (_this3.stack[browserIndex].errors >= 5) {
yield _this3.createNewBrowser({ browserObject: _this3.stack[browserIndex] }).then((() => {

@@ -488,0 +488,0 @@ var _ref17 = _asyncToGenerator(function* (newBrowser) {

{
"name": "@democracy-deutschland/dip21-scraper",
"version": "0.0.2",
"version": "0.0.3",
"description": "scraper for the german \"Bundestag\"",

@@ -51,3 +51,7 @@ "main": "distribution/scraper.js",

},
"keywords": ["scraper", "bundestag", "law"],
"keywords": [
"scraper",
"bundestag",
"law"
],
"bugs": {

@@ -54,0 +58,0 @@ "url": "https://github.com/demokratie-live/dip21-scraper/issues"

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