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

apostrophe-schemas

Package Overview
Dependencies
Maintainers
16
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apostrophe-schemas - npm Package Compare versions

Comparing version 0.5.90 to 0.5.91

2

package.json
{
"version": "0.5.90",
"version": "0.5.91",
"name": "apostrophe-schemas",

@@ -4,0 +4,0 @@ "description": "Schemas for easy editing of properties in Apostrophe objects",

@@ -108,3 +108,3 @@ # apostrophe-schemas

The `date` type pops up a jQuery UI datepicker when clicked on, and the `time` type tolerates many different ways of entering the time, like "1pm" or "1:00pm" and "13:00".
The `date` type pops up a jQuery UI datepicker when clicked on, and the `time` type tolerates many different ways of entering the time, like "1pm" or "1:00pm" and "13:00". For `date`, you can specify `select: true` to display dropdowns for year, month and day rather than a calendar control. When doing so you can also specify `yearsFrom` and `yearsTo` to give a range for the "year" dropdown. if these values are less than 1000 they are relative to the current year. You may even use an absolute year for `yearsFrom` and a relative year for `yearsTo`.

@@ -111,0 +111,0 @@ The `url` field type is tolerant of mistakes like leaving off `http:`.

Sorry, the diff of this file is not supported yet

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