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

apostrophe-schemas

Package Overview
Dependencies
Maintainers
9
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.11 to 0.5.12

2

index.js

@@ -150,3 +150,3 @@ var async = require('async');

} else {
throw new Error('Nonexistent field ' + field + ' referenced by groups option in schemas.compose');
throw new Error('Nonexistent field ' + name + ' referenced by groups option in schemas.compose');
}

@@ -153,0 +153,0 @@ });

{
"version": "0.5.11",
"version": "0.5.12",
"name": "apostrophe-schemas",

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

@@ -153,20 +153,18 @@ # apostrophe-schemas

// We don't list the title field so it stays on top
[
{
name: 'content',
label: 'Content',
icon: 'content',
fields: [
'thumbnail', 'body'
]
},
{
name: 'details',
label: 'Details',
icon: 'metadata',
fields: [
'slug', 'published', 'publicationDate', 'publicationTime', 'tags'
]
}
];
{
name: 'content',
label: 'Content',
icon: 'content',
fields: [
'thumbnail', 'body'
]
},
{
name: 'details',
label: 'Details',
icon: 'metadata',
fields: [
'slug', 'published', 'publicationDate', 'publicationTime', 'tags'
]
}
]

@@ -173,0 +171,0 @@ }

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