react-media-hook
Advanced tools
Comparing version 0.4.7 to 0.4.9
{ | ||
"name": "react-media-hook", | ||
"version": "0.4.7", | ||
"version": "0.4.9", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"description": "React Hook for media query", | ||
"scripts": { | ||
"flow": "flow", | ||
"typescript": "tsc -p tsconfig.json --noEmit", | ||
"size": "size-limit", | ||
@@ -17,4 +20,5 @@ "lint": "eslint '**/*.{js,jsx}' --quiet", | ||
], | ||
"limit": "188 B", | ||
"path": "./index.js" | ||
"limit": "189 B", | ||
"path": "./index.js", | ||
"running": false | ||
} | ||
@@ -30,3 +34,4 @@ ], | ||
"index.js", | ||
"index.js.flow" | ||
"index.js.flow", | ||
"index.d.ts" | ||
], | ||
@@ -70,4 +75,5 @@ "repository": { | ||
"react-dom": "^16.8.6", | ||
"size-limit": "^1.3.6" | ||
"size-limit": "^1.3.6", | ||
"typescript": "^3.9.7" | ||
} | ||
} |
# react-media-hook | ||
[![CircleCI](https://circleci.com/gh/lessmess-dev/react-media-hook.svg?style=shield)](https://circleci.com/gh/lessmess-dev/react-media-hook) | ||
[![npm version](https://img.shields.io/npm/v/react-media-hook.svg)](https://www.npmjs.com/package/react-media-hook) | ||
@@ -4,0 +5,0 @@ [![npm downloads](https://img.shields.io/npm/dt/react-media-hook.svg)](https://www.npmjs.com/package/react-media-hook) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5014
5
48
63
20