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

tailwindcss-mso

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-mso - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

src/index.js

4

package.json
{
"name": "tailwindcss-mso",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tailwind CSS plugin that generates MSO utilities.",
"main": "index.js",
"main": "src/index.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "c8 ava",

const test = require('ava')
const postcss = require('postcss')
const tailwindcss = require('tailwindcss')
const plugin = require('../index.js')
const plugin = require('../src/index.js')

@@ -6,0 +6,0 @@ const run = config => {

@@ -7,2 +7,3 @@ module.exports = {

'capitalized-comments': 0,
'unicorn/filename-case': 0,
'unicorn/string-content': 0,

@@ -9,0 +10,0 @@ 'unicorn/prefer-module': 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