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

@ampify/aquery

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ampify/aquery - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

package.json
{
"name": "@ampify/aquery",
"version": "1.4.0",
"version": "1.4.1",
"main": "./dist/aquery.js",

@@ -37,3 +37,3 @@ "module": "./src",

},
"gitHead": "c2d082f6f2ac177c771334a836fffae9d2b588c8"
"gitHead": "15e6b034f100725b465efa99d05b2fcd2e25fbaa"
}

@@ -27,6 +27,2 @@ import randomId from '../randomId';

datePicker.setAttribute('required', '');
const validator = document.createElement('span');
validator.setAttribute('visible-when-invalid', 'valueMissing');
validator.setAttribute('validation-for', input.id);
datePicker.appendChild(validator);
console.log('addDatePicker ', datePicker);

@@ -33,0 +29,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