Socket
Socket
Sign inDemoInstall

react-responsive

Package Overview
Dependencies
10
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.0-beta.1 to 9.0.0-beta.2

dist/Component.d.ts

21

package.json
{
"name": "react-responsive",
"description": "Media queries in react for responsive design",
"version": "9.0.0-beta.1",
"version": "9.0.0-beta.2",
"homepage": "http://github.com/contra/react-responsive",

@@ -13,2 +13,4 @@ "repository": {

"main": "./dist/react-responsive.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"files": [

@@ -47,6 +49,6 @@ "dist",

"@types/matchmediaquery": "^0.3.0",
"@types/mocha": "^8.2.1",
"@types/mocha": "^9.0.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/sinon": "^9.0.10",
"@types/sinon": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.2",

@@ -60,13 +62,12 @@ "@typescript-eslint/parser": "^4.15.2",

"match-media-mock": "^0.1.1",
"mocha": "^8.0.0",
"mocha": "^9.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"should": "^13.2.1",
"sinon": "^9.0.0",
"ts-loader": "^3.5.0",
"ts-node": "^9.1.1",
"typedoc": "0.20.30",
"sinon": "^11.0.0",
"ts-loader": "^3.0.0",
"ts-node": "^10.0.0",
"typedoc": "0.21.4",
"typescript": "^4.1.5",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.11.5"
"webpack": "^3.0.0"
},

@@ -73,0 +74,0 @@ "scripts": {

@@ -93,3 +93,3 @@ # react-responsive [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url]

For a list of all possible shorthands and value types see https://github.com/contra/react-responsive/blob/master/src/mediaQuery.js#L9.
For a list of all possible shorthands and value types see https://github.com/contra/react-responsive/blob/master/src/mediaQuery.ts#L9.

@@ -96,0 +96,0 @@ Any numbers given as shorthand will be expanded to px (`1234` will become `'1234px'`).

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