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

@ekidpro/ui

Package Overview
Dependencies
Maintainers
3
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ekidpro/ui - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

lib/index.es.js

21

package.json
{
"name": "@ekidpro/ui",
"version": "0.0.2",
"version": "0.0.4",
"description": "> TODO: description",

@@ -8,3 +8,2 @@ "author": "lamlv <lam.luongvan2305@gmail.com>",

"license": "ISC",
"main": "lib/ui.js",
"directories": {

@@ -17,2 +16,5 @@ "lib": "lib",

],
"main": "lib/index.js",
"module": "lib/index.es.js",
"types": "lib/types/index.d.ts",
"publishConfig": {

@@ -22,5 +24,16 @@ "access": "public"

"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "rollup -c",
"clean": "rm -rf lib"
},
"gitHead": "81d4f75296a4add5ca4c94299f3ce89977b3577d"
"dependencies": {
"@ekidpro/ui.button": "^0.0.4",
"@ekidpro/ui.portlet": "^0.0.4",
"@ekidpro/ui.textfield": "^0.0.4",
"clsx": "^1.1.1"
},
"devDependencies": {
"@types/react-dom": "^17.0.7"
},
"gitHead": "b066ddeaf7a9714e6017a495e87d8f07a8f332f5"
}
lib/ui.js
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