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

@shuriken-ui/tailwind

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shuriken-ui/tailwind - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

8

dist/config.d.ts

@@ -0,3 +1,3 @@

import * as typography from '@tailwindcss/typography';
import * as tailwindcss_types_config from 'tailwindcss/types/config';
import * as typography from '@tailwindcss/typography';
import { Config } from 'tailwindcss';

@@ -10,8 +10,6 @@

content: never[];
plugins: (typeof typography | {
handler: () => void;
} | {
plugins: ({
handler: tailwindcss_types_config.PluginCreator;
config?: Partial<Config> | undefined;
})[];
} | typeof typography)[];
theme: {

@@ -18,0 +16,0 @@ fontFamily: {

@@ -14,4 +14,2 @@ import * as tailwindcss_types_config from 'tailwindcss/types/config';

plugins: (typeof typography__default | {
handler: () => void;
} | {
handler: tailwindcss_types_config.PluginCreator;

@@ -206,4 +204,2 @@ config?: Partial<Config> | undefined;

plugins: (typeof typography__default | {
handler: () => void;
} | {
handler: tailwindcss_types_config.PluginCreator;

@@ -210,0 +206,0 @@ config?: Partial<Config> | undefined;

{
"name": "@shuriken-ui/tailwind",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",

@@ -68,5 +68,4 @@ "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",

"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.9",
"@tailwindcss/typography": "^0.5.10",
"defu": "^6.1.2",

@@ -100,3 +99,3 @@ "tailwindcss": "^3.3.3"

"npm-run-all": "^4.1.5",
"postcss": "^8.4.28",
"postcss": "^8.4.31",
"prettier": "^3.0.2",

@@ -103,0 +102,0 @@ "react": "^18.2.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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