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.5 to 1.1.6

10

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

@@ -9,3 +9,3 @@ "main": "google_parser.js",

},
"author": "trusty_people <jioo0224@naver.com>",
"author": "small_sunshine <jioo0224@naver.com>",
"license": "MIT",

@@ -22,9 +22,9 @@ "dependencies": {

"type": "git",
"url": "https://github.com/trustypeople/google-parser.git"
"url": "https://github.com/small-sunshines/google-parser.git"
},
"bugs": {
"url": "https://github.com/trustypeople/google-parser/issues"
"url": "https://github.com/small-sunshines/google-parser/issues"
},
"homepage": "https://github.com/trustypeople/google-parser#readme"
"homepage": "https://github.com/small-sunshines/google-parser#readme"
}
const google = require('./google_parser.js');
google.search('츄루리라 츄루리라')
google.search('Chitanda Eru')
.then((res) => {

@@ -9,3 +9,3 @@ console.log(res);

});
google.img('ajdjaivcjeoijvoiajveoijwaoijvoiheaohgiuab iuegaiuvbaiusneaiu')
google.img('Chitanda Eru')
.then((res) => {

@@ -12,0 +12,0 @@ console.log(res[0]);

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