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
3
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.1.5 to 0.1.6

3

distribution/scraper.js

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

id: vorgangId.split('-')[1],
url: `/dip21.web/searchProcedures/simple_search_list.do?selId=${vorgangId.split('-')[1]}&method=select&offset=0&anzahl=200&sort=3&direction=desc`,
url: `/dip21.web/searchProcedures/simple_search_list.do?selId=${vorgangId.split('-')[1]}&method=select&offset=0&anzahl=${_this.options.resultsPerPage}&sort=3&direction=desc`,
scraped: false

@@ -356,3 +356,2 @@ });

newFormData.method = '>'; // Next page can only be reached through this
newFormData.offset = (i - 1) * _this.options.resultsPerPage;
const { body: tmpBody } = yield browser.browser.getSearchResultPage({

@@ -359,0 +358,0 @@ formMethod: newFormMethod,

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

@@ -5,0 +5,0 @@ "main": "distribution/scraper.js",

Sorry, the diff of this file is not supported yet

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