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.1.2 to 0.2.0

2

dist/index.js
import ccss, { setProps } from '@cryptic-css/core';
import { mediaQuery } from '@w11r/use-breakpoint';
setProps({
mq: input => {
mq: (prop, input) => {
if (typeof input[0] === 'string') {

@@ -6,0 +6,0 @@ input = [input];

{
"name": "@cryptic-css/prop-mq",
"version": "0.1.2",
"version": "0.2.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.1.2"
"@cryptic-css/core": "^0.2.0"
},
"gitHead": "fee5891d90bcf90b20883af1af195e53a16bd5fa"
"gitHead": "204bc1505ce5ffa497273ac5595cf71a17f7d795"
}

@@ -5,3 +5,3 @@ import ccss, { setProps } from '@cryptic-css/core'

setProps({
mq: input => {
mq: (prop, input) => {
if (typeof input[0] === 'string') {

@@ -8,0 +8,0 @@ input = [input]

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