Socket
Socket
Sign inDemoInstall

dropkickjs

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.3 to 2.2.4

tests/cache-test.js

12

CHANGELOG.md
# Change Log
## [v2.2.4](https://github.com/Robdel12/DropKick/tree/v2.2.4) (2018-02-12)
[Full Changelog](https://github.com/Robdel12/DropKick/compare/v2.2.3...v2.2.4)
**Closed issues:**
- toggleClass throws "is not a function" [\#360](https://github.com/Robdel12/DropKick/issues/360)
**Merged pull requests:**
- \[BUGFIX\] toggle class on elem when selecting multiple [\#361](https://github.com/Robdel12/DropKick/pull/361) ([typeoneerror](https://github.com/typeoneerror))
- Update jQuery to 3.x [\#359](https://github.com/Robdel12/DropKick/pull/359) ([Robdel12](https://github.com/Robdel12))
## [v2.2.3](https://github.com/Robdel12/DropKick/tree/v2.2.3) (2017-12-05)

@@ -4,0 +16,0 @@ [Full Changelog](https://github.com/Robdel12/DropKick/compare/v2.2.2...v2.2.3)

4

package.json
{
"name": "dropkickjs",
"version": "2.2.3",
"version": "2.2.4",
"author": {

@@ -46,3 +46,3 @@ "name": "Robert DeLuca"

"html-webpack-plugin": "^2.29.0",
"jquery": "^2.0.0",
"jquery": "^3.0.0",
"karma": "1.6.0",

@@ -49,0 +49,0 @@ "karma-browserstack-launcher": "^1.3.0",

@@ -24,3 +24,3 @@ const isIE = navigator.appVersion.indexOf("MSIE")!==-1;

[ fn + "Class" ]( elem, classname );
this[ fn + "Class" ]( elem, classname );
},

@@ -27,0 +27,0 @@

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