New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jcscraper

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jcscraper - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

1

dist/QuoteCleaner.d.ts

@@ -7,2 +7,3 @@ export declare class QuoteCleaner {

normalizeNewLines(): QuoteCleaner;
extractQuote(): QuoteCleaner;
clean(): QuoteCleaner;

@@ -9,0 +10,0 @@ get text(): string;

9

dist/QuoteCleaner.js

@@ -32,7 +32,8 @@ "use strict";

}
extractQuote() {
this.rawText = this.removeSignature().removeEnclosingQuotationMarks().text;
return this;
}
clean() {
this.removeEnclosingQuotationMarks()
.removeSignature()
.normalizeNewLines()
.text.trim();
this.extractQuote().normalizeNewLines().text.trim();
return this;

@@ -39,0 +40,0 @@ }

{
"name": "jcscraper",
"version": "0.0.7",
"version": "0.0.8",
"description": "Scrape utilities for James Clear.com 3-2-1 newsletter",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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