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

apostrophe-schemas

Package Overview
Dependencies
Maintainers
15
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.84 to 0.5.85

2

package.json
{
"version": "0.5.84",
"version": "0.5.85",
"name": "apostrophe-schemas",

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

@@ -564,4 +564,4 @@ /* globals: async, apos, _, aposPages, async, $ */

$element.toggleClass('apos-array-item--open', expanded);
$open.findSafe('i').toggleClass('icon-minus', expanded);
$element.findSafe('[data-name]:first-of-type input').first().focus(function() {
self.findSafe($open, 'i').toggleClass('icon-minus', expanded);
self.findSafe($element, '[data-name]:first-of-type input').focus(function() {
toggleOpen($element, $open, true);

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