Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@compiled/eslint-plugin

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compiled/eslint-plugin - npm Package Compare versions

Comparing version 0.18.0 to 0.18.1

2

dist/index.js

@@ -21,3 +21,3 @@ "use strict";

exports.name = "@compiled/eslint-plugin";
exports.version = "0.18.0";
exports.version = "0.18.1";
exports.rules = {

@@ -24,0 +24,0 @@ 'jsx-pragma': jsx_pragma_1.jsxPragmaRule,

{
"name": "@compiled/eslint-plugin",
"version": "0.18.0",
"version": "0.18.1",
"description": "A familiar and performant compile time CSS-in-JS library for React.",

@@ -23,3 +23,3 @@ "homepage": "https://compiledcssinjs.com/docs/pkg-eslint-plugin",

"dependencies": {
"@compiled/utils": "^0.13.1",
"@compiled/utils": "^0.13.2",
"estraverse": "^5.3.0"

@@ -26,0 +26,0 @@ },

@@ -272,2 +272,19 @@ import { outdent } from 'outdent';

},
//
// has a valid sorting for borderInlineStart and borderInlineEnd
//
{
name: 'has a valid sorting for borderInlineStart and borderInlineEnd',
code: `
import { styled } from '@compiled/react';
const Bap = styled.div({
borderTop: 'none',
borderInlineStart: 'none',
borderInlineEnd: 'none',
});
`,
},
]),

@@ -274,0 +291,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