Socket
Socket
Sign inDemoInstall

geeky-js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geeky-js - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "geeky-js",
"version": "0.0.2",
"version": "0.0.3",
"description": "A simple javascript library like JQuery with some optimizations",

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

@@ -103,3 +103,2 @@ (function () {

function isAObject (data) {
console.log(Object.prototype.toString.call(data));
return (data !== null && typeof data === 'object' && Object.prototype.toString.call(data) === '[object Object]');

@@ -202,3 +201,2 @@ }

function click (fun) {
console.log(_this.currentElem);
if (isHtmlCollection(_this.currentElem)) {

@@ -205,0 +203,0 @@ addEvents(_this.currentElem, fun);

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