Socket
Socket
Sign inDemoInstall

image_api

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

10

package.json
{
"name": "image_api",
"version": "1.0.2",
"version": "1.0.3",
"description": "get images from google search usign api",

@@ -18,9 +18,3 @@ "main": "index.js",

"author": "mano.ceymplon@jeylabs.com.au",
"license": "MIT",
"dependencies": {
"jquery": "^3.3.1"
},
"devDependencies": {
"webpack": "^3.10.0"
}
"license": "MIT"
}

4

src/index.js

@@ -1,5 +0,1 @@

'use strict';
exports.getImage = getImage;
var imageDiv = $('#images');

@@ -6,0 +2,0 @@ function getImage(apiKey, cx, query){

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc