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

@kaizen/package-bundler

Package Overview
Dependencies
Maintainers
10
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaizen/package-bundler - npm Package Compare versions

Comparing version 0.0.0-canary-inject-tw-js-20240514060600 to 0.0.0-canary-package-bundler-20240516051048

dist/presets/shared-ui/bin/addTailwindStylesImport.js

2

dist/presets/index.js
export * from "./default/index.js";
export * from "./ui-library/index.js";
export * from "./shared-ui/index.js";

@@ -7,3 +7,3 @@ import fs from "fs";

import { pluginsDefault } from "./presets/index.js";
import { rollupTailwindConfig } from "./presets/ui-library/rollup-tailwind.js";
import { rollupTailwindConfig } from "./presets/shared-ui/rollup-tailwind.js";
export const rollupConfig = (config = {

@@ -17,3 +17,2 @@ input: { index: "./src/index.ts" },

plugins: [
// Has to be the same as packages/components/tsconfig.json -> compilerOptions -> paths
alias(config.alias),

@@ -20,0 +19,0 @@ ...(config?.plugins || pluginsDefault),

{
"name": "@kaizen/package-bundler",
"version": "0.0.0-canary-inject-tw-js-20240514060600",
"description": "Bundles shared UI component libraries",
"version": "0.0.0-canary-package-bundler-20240516051048",
"description": "Bundles libraries",
"main": "dist/index.js",

@@ -33,15 +33,22 @@ "type": "module",

"rollup-plugin-postcss": "^4.0.2",
"ts-patch": "^3.1.2",
"typescript-transform-paths": "^3.4.7"
},
"devDependencies": {
"rollup": "^4.17.2",
"typescript": "^5.4.5"
"rollup": "^4.17.2"
},
"devDependenciesComments": {
"typescript": "Installed in root"
},
"peerDependencies": {
"postcss": "^8.4.38",
"postcss-preset-env": "^9.5.11",
"postcss-preset-env": "^9.3.0",
"rollup": "^4.17.2",
"style-inject": "^0.3.0"
"style-inject": "^0.3.0",
"tslib": "^2.6.2"
},
"peerDependenciesMeta": {
"style-inject": {
"note": "Install in dependencies - used in bundled code"
}
},
"scripts": {

@@ -48,0 +55,0 @@ "build": "rm -rf dist && tsc --build"

@@ -9,3 +9,2 @@ {

"skipLibCheck": true,
"lib": ["es2019", "dom"],
"jsx": "react",

@@ -12,0 +11,0 @@ "noImplicitAny": true,

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