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

react-vite-component-library

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-vite-component-library - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

dist/types/enums.ts

7

package.json

@@ -13,5 +13,4 @@ {

},
"version": "1.0.17",
"version": "1.0.18",
"type": "module",
"typings": "dist/types/index.d.ts",
"files": [

@@ -24,3 +23,3 @@ "dist/*",

"dev": "vite",
"build": "tsc && vite build",
"build": "tsc && vite build && cp -r ./src/types ./dist/types",
"build-modules": "tsc && vite build --config vite-types.config.js",

@@ -54,3 +53,3 @@ "lint": "npm run check-types && eslint --fix",

"module": "./dist/index.es.js",
"types": "./dist/types",
"types": "dist/types/index.d.ts",
"devDependencies": {

@@ -57,0 +56,0 @@ "@commitlint/cli": "^17.5.0",

@@ -8,3 +8,3 @@ import { ButtonThemes, AppDialogVariant } from './enums';

declare namespace ReactViteComponentLibrary {
export declare const AppButton: (props: IButtonProps) => JSX.Element;
export const AppButton: (props: IButtonProps) => JSX.Element;
export {

@@ -11,0 +11,0 @@ ButtonThemes,

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