Socket
Socket
Sign inDemoInstall

crawler-js

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crawler-js - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

lib/csv_to_json.js

@@ -45,3 +45,3 @@ readCsv = function(font,url,config){

}
if(typeof font['encodeGet'] != 'undefined'){
if(typeof font['encode'+font['type']] != 'undefined'){
row[data] = encodeURIComponent(row[data]);

@@ -48,0 +48,0 @@ }

@@ -162,3 +162,3 @@ var RateLimiter = require('limiter').RateLimiter

for(var i=font[font['type']+'Attributes'][font[font['type']+'CurrentEntry']]['init']; i<font[font['type']+'Attributes'][font[font['type']+'CurrentEntry']]['words'].length; i++){
if(typeof font['encodeGet'] != 'undefined'){
if(typeof font['encode'+font['type']] != 'undefined'){
var urlTemp = encodeURIComponent(font[font['type']+'Attributes'][font[font['type']+'CurrentEntry']]['words'][i]);

@@ -165,0 +165,0 @@ }else{

{
"name": "crawler-js",
"description": "Opensource Framework Crawler in Node.js",
"version": "0.0.9",
"version": "0.0.10",
"main": "index.js",

@@ -6,0 +6,0 @@ "author": "Rodrigo Matheus <rodrigorizando@gmail.com>",

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