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

@socketsupply/components

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketsupply/components - npm Package Compare versions

Comparing version 13.2.5 to 13.2.6

8

input/index.js

@@ -74,2 +74,10 @@ const Tonic = require('@socketsupply/tonic')

input (e) {
this.setValid()
if (!e.target.checkValidity()) {
this.setInvalid(e.target.validationMessage)
}
}
static stylesheet () {

@@ -76,0 +84,0 @@ return `

5

package.json
{
"name": "@socketsupply/components",
"version": "13.2.5",
"version": "13.2.6",
"description": "Example components",

@@ -13,3 +13,4 @@ "scripts": {

"test:ci": "npm run dist && esbuild --bundle _test/index.js | npr tape-run",
"test:open": "npm run dist && esbuild --bundle _test/index.js | npr tape-run --browser chrome --keep-open"
"test:open": "npm run dist && esbuild --bundle _test/index.js | npr tape-run --browser chrome --keep-open",
"pub": "npm pub && npm publish --registry https://npm.pkg.github.com"
},

@@ -16,0 +17,0 @@ "repository": {

_dist/index.esm.js

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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