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

@public-ui/themes

Package Overview
Dependencies
Maintainers
1
Versions
316
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@public-ui/themes - npm Package Compare versions

Comparing version 1.1.9-rc.5 to 1.1.9-rc.6

dist/index.cjs

49

package.json
{
"name": "@public-ui/themes",
"version": "1.1.9-rc.5",
"version": "1.1.9-rc.6",
"license": "EUPL-1.2",

@@ -21,14 +21,6 @@ "homepage": "https://public-ui.github.io",

],
"sideEffects": false,
"type": "module",
"description": "Das Themes-Modul beinhaltet zahlreiche Themes (Styleguides) zur Komponenten-Bibliothek.",
"scripts": {
"clean": "lerna exec --stream -- git clean -f -d -X && git clean -f -d -X",
"build:cjs": "tsc -m commonjs --outDir cjs",
"build:clean": "rimraf cjs esm types umd",
"build:esm": "tsc -m esnext --outDir esm",
"build:types": "tsc -d --outDir types && rimraf types/*.js types/*.map types/**/*.js types/**/*.map",
"build:umd": "tsc -m umd --outDir umd",
"build": "npm run build:cjs && npm run build:esm && npm run build:types && npm run build:umd",
"prepack": "npm run build:clean && npm run build",
"build": "unbuild",
"prepack": "unbuild",
":install": "pnpm i && pnpm update",

@@ -39,31 +31,32 @@ ":publish": "npm run :install && npm publish --registry=http://localhost:4873 || true",

},
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "types/index.d.ts",
"exports": {
"require": "./cjs/index.js",
"import": "./esm/index.js"
},
"dependencies": {
"@public-ui/schema": "1.1.9-rc.5"
"@public-ui/schema": "1.1.9-rc.6"
},
"devDependencies": {
"@a11y-ui/core": "1.0.0-rc.21",
"@public-ui/components": "1.1.9-rc.5",
"@public-ui/core": "1.1.9-rc.5",
"@public-ui/components": "1.1.9-rc.6",
"@public-ui/core": "1.1.9-rc.6",
"@types/node": "18.8.4",
"rimraf": "3.0.2",
"typescript": "4.8.4"
"typescript": "4.8.4",
"unbuild": "0.8.11"
},
"peerDependencies": {
"@public-ui/components": "1.1.9-rc.5"
"@public-ui/components": "1.1.9-rc.6"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"assets",
"cjs",
"esm",
"reports",
"types",
"umd"
"dist"
]
}
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