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

styled-is

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-is - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "styled-is",
"version": "1.0.2",
"version": "1.0.3",
"license": "MPL-2.0",

@@ -5,0 +5,0 @@ "repository": "github:yldio/joyent-portal",

@@ -31,33 +31,33 @@ # styled-is

is('red')`
${is('red')`
background-color: red;
`;
`};
is('blue')`
${is('blue')`
background-color: blue;
`;
`};
is('red', 'blue')`
${is('red', 'blue')`
opacity: 1;
`;
`};
is('left')`
${is('left')`
float: left;
`;
`};
is('right')`
${is('right')`
float: right;
`;
`};
isNot('left', 'right')`
${isNot('left', 'right')`
float: center;
`;
`};
isOr('left', 'right')`
${isOr('left', 'right')`
position: relative;
`;
`};
isSomeNot('red', 'left')`
${isSomeNot('red', 'left')`
wat: 1;
`;
`};
`;

@@ -64,0 +64,0 @@

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