New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@easymais-ui/text-input

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easymais-ui/text-input - npm Package Compare versions

Comparing version 1.0.0-next.1 to 1.0.0-next.2

custom-elements.json

46

package.json
{
"name": "@easymais-ui/text-input",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"publishConfig": {

@@ -8,33 +8,31 @@ "access": "public"

"description": "Easy+ UI TextInput WebComponent",
"author": "Amura Sistemas",
"main": "src/index.js",
"module": "src/index.js",
"types": "src/index.d.ts",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Amura Sistemas",
"license": "MIT",
"exports": {
".": "./src/index.js",
"./package.json": "./package.json",
"./src/TextInput.js": "./src/TextInput.js",
"./src/TextInputBase.js": "./src/TextInputBase.js",
"./src/text-input.css.js": "./src/text-input.css.js",
"./src/index.js": "./src/index.js",
"./emc-text-input.js": "./emc-text-input.js"
},
"files": [
"dist/"
"**/*.d.ts",
"**/*.js",
"**/*.js.map",
"custom-elements.json",
"!stories/",
"!test/"
],
"devDependencies": {
"@open-wc/testing": "^3.1.6",
"@typescript-eslint/parser": "^5.40.1",
"@web/dev-server-esbuild": "^0.3.2",
"@web/test-runner": "^0.14.0",
"eslint": "^8.25.0",
"eslint-plugin-lit": "^1.6.1",
"eslint-plugin-lit-a11y": "^2.2.3",
"lit-analyzer": "^1.2.1",
"prettier": "^2.7.1",
"stylelint": "^14.14.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^29.0.0",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"@easymais-ui/component-builder": "0.1.1"
},
"dependencies": {
"@easymais-ui-css/text-input": "0.1.0-next.10",
"imask": "^6.4.3",
"lit": "^2.4.0"
"lit": "^2.6.1"
},
"customElements": "custom-elements.json",
"scripts": {

@@ -41,0 +39,0 @@ "dev": "component-builder build -dw",

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