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

crawler-html-3t

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crawler-html-3t - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

6

models/models-baogom.js

@@ -6,3 +6,3 @@ 'use strict'

mod_acticles: {
name_col: 'bg_articles',
name_col: { type: String, default: 'bg_articles' },
title: { type: String, default: null }, //Tieu de bai bao

@@ -29,3 +29,3 @@ url: { type: String, default: null }, // url nguon goc

mod_links: {
name_col: 'bg_links',
name_col: { type: String, default: 'bg_links' },
title: { type: String, default: null }, //Tieu de bai bao

@@ -42,3 +42,3 @@ url: { type: String, default: null }, // url nguon goc

mod_categories: {
name_col: 'bg_categories',
name_col: { type: String, default: 'bg_categories' },
cat_id: { type: Number, default: 0 }, //ID category

@@ -45,0 +45,0 @@ cat_name: { type: String, default: null }, //category name

@@ -7,7 +7,7 @@ var ThisClass = {

crawler_ip: { type: String, default: null },
},
Articles: {
name_col: 'all_articles',
name_col: { type: String, default: 'all_articles' },
title: { type: String, default: null },

@@ -14,0 +14,0 @@ url_sources_1: { type: String, default: null },

@@ -5,3 +5,3 @@ {

"description": "Phâm tích html",
"version": "1.0.6",
"version": "1.0.7",
"repository": {

@@ -8,0 +8,0 @@ "url": ""

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