Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

detect-pointer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detect-pointer - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

10

package.json
{
"name": "detect-pointer",
"version": "1.0.2",
"version": "1.0.3",
"description": "JavaScript wrapper for pointer and any-pointer media queries",

@@ -16,3 +16,3 @@ "main": "lib/index.js",

"type": "git",
"url": "git+https://github.com/rafrex/detect-pointer.git"
"url": "git+https://github.com/rafgraph/detect-pointer.git"
},

@@ -25,8 +25,8 @@ "keywords": [

],
"author": "Rafael Pedicini <code@rafrex.com>",
"author": "Rafael Pedicini <rafael@rafgraph.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rafrex/detect-pointer/issues"
"url": "https://github.com/rafgraph/detect-pointer/issues"
},
"homepage": "https://github.com/rafrex/detect-pointer#readme",
"homepage": "https://github.com/rafgraph/detect-pointer#readme",
"devDependencies": {

@@ -33,0 +33,0 @@ "babel-cli": "^6.10.1",

@@ -5,3 +5,3 @@ # Detect Pointer

[Live detection test][liveDetectionTest] &#8212; [view on npm][onNpm]
[Live detection test][liveDetectionTest]

@@ -89,9 +89,8 @@ Exports a reference to a singleton object (a micro state machine with an update function) with its state set to the results of the `pointer` and `any-pointer` media queries, as well as an `update()` function which re-runs the tests and updates the object's state.

<!-- links -->
[liveDetectionTest]: http://detect-it.rafrex.com/#detect-pointer
[onNpm]: https://www.npmjs.com/package/detect-pointer
[liveDetectionTest]: https://detect-it.rafgraph.dev/#detect-pointer
[w3cSpecLatest]: https://www.w3.org/TR/mediaqueries-4/#pointer
[canIUseMatchMedia]: http://caniuse.com/#feat=matchmedia
[detectItRepo]: https://github.com/rafrex/detect-it
[detectHoverRepo]: https://github.com/rafrex/detect-hover
[detectTouchEventsRepo]: https://github.com/rafrex/detect-touch-events
[detectPassiveEventsRepo]: https://github.com/rafrex/detect-passive-events
[canIUseMatchMedia]: https://caniuse.com/#feat=matchmedia
[detectItRepo]: https://github.com/rafgraph/detect-it
[detectHoverRepo]: https://github.com/rafgraph/detect-hover
[detectTouchEventsRepo]: https://github.com/rafgraph/detect-touch-events
[detectPassiveEventsRepo]: https://github.com/rafgraph/detect-passive-events
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