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

google-parser

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-parser - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

google_parser.js

@@ -56,3 +56,3 @@ const request = require('request'), DomParser = require('dom-parser'), parser = new DomParser(), google = require('google');

}
if(result[i].title == '') {
if(result[i].title == null || result[i].url == null) {
result.splice(i, 1);

@@ -59,0 +59,0 @@ }

{
"name": "google-parser",
"version": "1.1.6",
"version": "1.1.7",
"description": "구글에서 이미지, 일반 검색결과를 가져옵니다.",

@@ -5,0 +5,0 @@ "main": "google_parser.js",

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