Socket
Socket
Sign inDemoInstall

cursorlib

Package Overview
Dependencies
0
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

10

package.json
{
"name": "cursorlib",
"version": "1.0.1",
"version": "1.0.2",
"description": "Generates cursors from canvas (even '.cur' compatible with MSIE)",

@@ -21,3 +21,3 @@ "main": "src/cursorlib.js",

"author": "Fabien LOISON <http://www.flozz.fr/>",
"license": "BSD 3-Clauses",
"license": "BSD-3-Clause",
"bugs": {

@@ -27,6 +27,6 @@ "url": "https://github.com/wanadev/cursorlib/issues"

"devDependencies": {
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-uglify": "^2.0.0"
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-contrib-uglify": "^4.0.1"
}
}

@@ -36,8 +36,2 @@ # CursorLib: generates cursors from canvas

## Changelog
* **1.0.1:** Detect Edge to generate a MS cursor for it (#10)
* **1.0.0:** Initial release
## License

@@ -75,1 +69,10 @@

* Fabien LOISON <http://www.flozz.fr/>
## Changelog
* **1.0.2:** Fixed SPDX license name in package.json (@jbghoul, #11)
* **1.0.1:** Detect Edge to generate a MS cursor for it (#10)
* **1.0.0:** Initial release
/*
* Copyright (c) 2014, Wanadev <http://www.wanadev.fr/>
* Copyright (c) 2014-2024, Wanadev <http://www.wanadev.fr/>
* All rights reserved.

@@ -4,0 +4,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