Socket
Socket
Sign inDemoInstall

apostrophe-events

Package Overview
Dependencies
3
Maintainers
12
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.7 to 2.1.8

.vscode/settings.json

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 2.1.8 2022-05-23
Fixes an error that was occurring when trying to save a recurring event.
### 2.1.7 2020-06-17

@@ -2,0 +6,0 @@

@@ -233,2 +233,5 @@ var _ = require('@sailshq/lodash');

eventCopy._id = self.apos.utils.generateId();
if (piece.workflowGuid) {
eventCopy.workflowGuid = self.apos.utils.generateId();
}
eventCopy.parentId = piece._id;

@@ -235,0 +238,0 @@ eventCopy.isClone = true;

2

package.json
{
"name": "apostrophe-events",
"version": "2.1.7",
"version": "2.1.8",
"description": "Calendar of events for the Apostrophe content management system",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc