Socket
Socket
Sign inDemoInstall

babel-plugin-storybook-addon-pseudo-states-emotion

Package Overview
Dependencies
55
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.2.3](https://github.com/dekk-app/babel-plugin-storybook-addon-pseudo-states-emotion/compare/v0.2.2...v0.2.3) (2021-09-18)
### Features
* add invalid, checked ([e5991c3](https://github.com/dekk-app/babel-plugin-storybook-addon-pseudo-states-emotion/commit/e5991c3f845a2fc8d2ec82858c01496880769306))
### 0.2.2 (2021-09-11)

@@ -7,0 +14,0 @@

2

index.js
const syntaxJsx = require("@babel/plugin-syntax-jsx").default;
const pattern = /&:(hover|active|focus-within|focus-visible|focus|visited)/g;
const pattern = /&:(hover|active|invalid|checked|focus-within|focus-visible|focus|visited)/g;

@@ -5,0 +5,0 @@ /**

{
"name": "babel-plugin-storybook-addon-pseudo-states-emotion",
"version": "0.2.2",
"version": "0.2.3",
"keywords": [

@@ -5,0 +5,0 @@ "babel",

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