New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cryptic-css/prop-mq

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptic-css/prop-mq - npm Package Compare versions

Comparing version 0.2.1 to 1.0.0

6

package.json
{
"name": "@cryptic-css/prop-mq",
"version": "0.2.1",
"version": "1.0.0",
"description": "Adds support for the `mq` prop to write media queries using `@w11r/use-breakpoint`.",

@@ -32,5 +32,5 @@ "author": "Victor Vincent <wintercounter+ccss@gmail.com>",

"devDependencies": {
"@cryptic-css/core": "^0.2.1"
"@cryptic-css/core": "^1.0.0"
},
"gitHead": "dcd133f2ef9eb5ad9b3d85924c0e48f939f5b667"
"gitHead": "d0dcdf7f5d51ea8bc559db0eb37ac7660d8eaafe"
}
# `@cryptic-css/prop-mq`
> Adds support to use the viewport sizing system behind `@w11r/use-breakpoint`'s
> React hook.
## Usage
```js
import ccss from 'cryptic-css'
ccss({
m: 1,
mq: {[
['mobile', { m: 2 }],
['tablet', { m: 3 }]
]}
})
```
See: https://ccss.dev/docs/api-and-packages/prop-mq
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