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

ampersand-input-view

Package Overview
Dependencies
Maintainers
8
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ampersand-input-view - npm Package Compare versions

Comparing version 6.0.0 to 7.0.0

6

ampersand-input-view.js

@@ -62,2 +62,7 @@ /*$AMPERSAND_VERSION*/

selector: 'input, textarea'
},
'autofocus': {
type: 'booleanAttribute',
name: 'autofocus',
selector: 'input, textarea'
}

@@ -101,2 +106,3 @@ },

readonly: ['boolean', true, false],
autofocus: ['boolean', true, false],
shouldValidate: ['boolean', true, false],

@@ -103,0 +109,0 @@ message: ['string', true, ''],

4

package.json
{
"name": "ampersand-input-view",
"description": "A view module for intelligently rendering and validating input. Works well with ampersand-form-view.",
"version": "6.0.0",
"version": "7.0.0",
"author": "Henrik Joreteg <henrik@andyet.net>",

@@ -20,3 +20,3 @@ "browserify": {

"ampersand-version": "^1.0.1",
"ampersand-view": "^9.0.0",
"ampersand-view": "^10.0.0",
"matches-selector": "^1.0.0"

@@ -23,0 +23,0 @@ },

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