Socket
Socket
Sign inDemoInstall

@faceless-ui/mouse-info

Package Overview
Dependencies
6
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

53

package.json
{
"name": "@faceless-ui/mouse-info",
"version": "1.2.0",
"version": "1.2.1",
"main": "dist/build.bundle.js",
"repository": "git@github.com:trouble/react-mouse-info.git",
"repository": "git@github.com:faceless-ui/mouse-info.git",
"description": "Grayish brown.",

@@ -18,3 +18,3 @@ "author": "<dev@trbl.design>",

"scripts": {
"build": "yarn lint && yarn test && webpack --config webpack.production.config.js",
"build": "yarn lint && webpack --config webpack.production.config.js",
"dev": "webpack-dev-server --hot --inline --config webpack.development.config.js",

@@ -25,27 +25,24 @@ "lint": "eslint .",

"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@trbl/eslint-config": "1.2.4",
"@trbl/utils": "1.1.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"@trbl/eslint-config": "^2.0.3",
"@trbl/utils": "^1.1.4",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eslint": "^7.16.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-jest-dom": "^2.0.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jest-dom": "^3.6.5",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^2.4.1",
"html-webpack-plugin": "^3.2.0",

@@ -55,8 +52,10 @@ "husky": "^4.2.1",

"lint-staged": "^10.0.6",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hot-loader": "^4.12.19",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.10.0"
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},

@@ -63,0 +62,0 @@ "lint-staged": {

@@ -1,3 +0,3 @@

[![NPM](https://img.shields.io/npm/v/@trbl/react-mouse-info)](https://www.npmjs.com/@trbl/react-mouse-info)
![Bundle Size](https://img.shields.io/bundlephobia/minzip/@trbl/react-mouse-info?label=zipped)
[![NPM](https://img.shields.io/npm/v/@faceless-ui/mouse-info)](https://www.npmjs.com/@faceless-ui/mouse-info)
![Bundle Size](https://img.shields.io/bundlephobia/minzip/@faceless-ui/mouse-info?label=zipped)
[![Supported by TRBL](https://img.shields.io/badge/supported_by-TRBL-black)](https://github.com/trouble)

@@ -12,5 +12,5 @@

```bash
$ npm i @trbl/react-mouse-info
$ npm i @faceless-ui/mouse-info
$ # or
$ yarn add @trbl/react-mouse-info
$ yarn add @faceless-ui/mouse-info
```

@@ -22,3 +22,3 @@

import React from 'react';
import { MouseInfoProvider, withMouseInfo, useMouseInfo } from '@trbl/react-mouse-info';
import { MouseInfoProvider, withMouseInfo, useMouseInfo } from '@faceless-ui/mouse-info';

@@ -45,3 +45,3 @@ const WithMouseInfo = withMouseInfo(({ mouseInfo }) => <div>{mouseInfo}</div>);

```bash
$ git clone git@github.com:trouble/react-mouse-info.git
$ git clone git@github.com:faceless-ui/mouse-info.git
$ yarn

@@ -61,6 +61,6 @@ $ yarn dev

[Help us,](https://github.com/trouble/.github/blob/master/CONTRIBUTING.md) or let us [help you help us](https://github.com/trouble/.github/blob/master/SUPPORT.md).
[Help us,](https://github.com/faceless-ui/.github/blob/master/CONTRIBUTING.md) or let us [help you help us](https://github.com/faceless-ui/.github/blob/master/SUPPORT.md).
## License
[MIT](https://github.com/trouble/react-mouse-info/blob/master/LICENSE) Copyright (c) TRBL, LLC
[MIT](https://github.com/faceless-ui/mouse-info/blob/master/LICENSE) Copyright (c) TRBL, LLC
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