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.4 to 1.1.5

2

google_parser.js

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

for(let i in result) {
if(result[i].title.match(/.*for.*-ilbe.com/) != null) {
if(result[i].title.match(/images for .*/gi) != null) {
result.splice(i, 1);

@@ -56,0 +56,0 @@ }

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

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

const google = require('./google_parser.js');
google.search('가나다')
google.search('츄루리라 츄루리라')
.then((res) => {

@@ -5,0 +5,0 @@ console.log(res);

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