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

jquery.checkboxes

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery.checkboxes - npm Package Compare versions

Comparing version

to
0.1.1

41

package.json
{
"name": "jquery.checkboxes",
"description": "Multi select/deselect checkboxes in javascript.",
"version": "0.1.0",
"keywords": ["checkboxes"],
"homepage": "http://github.com/reecefowell/jQuery.Checkboxes/",
"repository": {
"type": "git",
"url": "http://github.com/reecefowell/jQuery.Checkboxes/"
},
"license": "MIT",
"authors": [
{
"name": "Reece Fowell",
"email": "reece@codeconsortium.com",
"homepage": "http://reecefowell.com"
}
],
"main": "jquery.checkboxes.js"
"name": "jquery.checkboxes",
"description": "Multi select/deselect checkboxes in javascript.",
"version": "0.1.1",
"keywords": [
"checkboxes"
],
"homepage": "http://github.com/reecefowell/jQuery.Checkboxes/",
"repository": {
"type": "git",
"url": "http://github.com/reecefowell/jQuery.Checkboxes/"
},
"license": "MIT",
"authors": [
{
"name": "Reece Fowell",
"email": "reece@codeconsortium.com",
"homepage": "http://reecefowell.com"
}
],
"main": "jquery.checkboxes.js",
"dependencies": {
"jquery": "^3.0.0"
}
}