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

clickity

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clickity - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

13

lib/services/puppet.js

@@ -29,9 +29,8 @@ 'use strict';

return {
...browserPage,
getElement: browserPage.$,
getElements: browserPage.$$,
evalHandle: this.evalHandle.bind(this, browserPage),
tableToJson: this.tableToJson.bind(this, browserPage)
};
browserPage.getElement = browserPage.$;
browserPage.getElements = browserPage.$$;
browserPage.evalHandle = this.evalHandle.bind(this, browserPage);
browserPage.tableToJson = this.tableToJson.bind(this, browserPage);
return browserPage;
}

@@ -38,0 +37,0 @@

{
"name": "clickity",
"version": "2.0.2",
"version": "2.0.3",
"description": "",

@@ -5,0 +5,0 @@ "author": "wsw",

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