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

@alline/scraper-html

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

@alline/scraper-html - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.0.3](https://gitlab.com/alline/scraper-html/compare/v1.0.2...v1.0.3) (2020-06-29)
### Bug Fixes
* encorde uri ([b9c08e9](https://gitlab.com/alline/scraper-html/commit/b9c08e94c082a160773019550ba8c31e7484947a))
## [1.0.2](https://gitlab.com/alline/scraper-html/compare/v1.0.1...v1.0.2) (2020-06-29)

@@ -2,0 +9,0 @@

2

lib/index.js

@@ -38,3 +38,3 @@ "use strict";

const url = await transformURL.promise("", context);
const res = await this.axios.get(url);
const res = await this.axios.get(encodeURI(url));
const dom = cheerio_1.default.load(res.data, cheerioOption);

@@ -41,0 +41,0 @@ const data = transformEpisode.promise(result.data, dom, res, context);

{
"name": "@alline/scraper-html",
"version": "1.0.2",
"version": "1.0.3",
"description": "HTML scraper for Alline.",

@@ -5,0 +5,0 @@ "main": "./lib/index.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