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

@fect-ui/themes

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fect-ui/themes - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

main.css

8

package.json
{
"name": "@fect-ui/themes",
"version": "1.0.1",
"version": "1.0.3",
"description": "",

@@ -12,3 +12,3 @@ "main": "main.css",

"build": "rm -rf ./dist && webpack --config ./webpack.config.prod.ts --progress",
"release": "npm run build && npm publish --access public --non-interactive"
"release": "npm run build && cp README.md package.json dist/&& cd dist && npm publish --access public"
},

@@ -20,6 +20,2 @@ "author": "Fect Org",

},
"files": [
"dist/css",
"README.md"
],
"homepage": "https://github.com/fay-org/themesProvider-vue#readme",

@@ -26,0 +22,0 @@ "license": "MIT",

@@ -10,5 +10,5 @@ # themesProvider/@vue

```shell
yarn add @fay-ui/themes
yarn add @fect-ui/themes
npm install @fay-ui/themes
npm install @fect-ui/themes

@@ -19,4 +19,4 @@ ```

- In `.js` file:` import from '@fay-ui/themes/main.css'`
- In `.js` file:` import from '@fect-ui/themes'`
- Or `.(css|less|sass....)` file:`@import '~@fay-ui/themes/main.css'`
- Or `.(css|less|sass....)` file:`@import '~@fect-ui/themes/main.css'`
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