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

@dendronhq/common-server

Package Overview
Dependencies
Maintainers
1
Versions
438
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dendronhq/common-server - npm Package Compare versions

Comparing version

to
0.115.0

8

lib/template.js

@@ -49,2 +49,5 @@ "use strict";

const CURRENT_DAY_OF_WEEK = currentDate.toJSDate().getDay();
const CURRENT_DAY_OF_WEEK_ABBR = currentDate.toFormat("ccc");
const CURRENT_DAY_OF_WEEK_FULL = currentDate.toFormat("cccc");
const CURRENT_DAY_OF_WEEK_SINGLE = currentDate.toFormat("ccccc");
const CURRENT_QUARTER = currentDate.toFormat("q");

@@ -62,2 +65,5 @@ return {

CURRENT_DAY_OF_WEEK,
CURRENT_DAY_OF_WEEK_ABBR,
CURRENT_DAY_OF_WEEK_FULL,
CURRENT_DAY_OF_WEEK_SINGLE,
CURRENT_QUARTER,

@@ -143,3 +149,3 @@ TITLE: targetNote.title,

var _a;
const maybeSchema = common_all_1.SchemaUtils.getSchemaFromNote({
const maybeSchema = await common_all_1.SchemaUtils.getSchemaFromNote({
note,

@@ -146,0 +152,0 @@ engine,

6

package.json
{
"name": "@dendronhq/common-server",
"version": "0.114.0",
"version": "0.115.0",
"description": "common-server",

@@ -38,3 +38,3 @@ "license": "GPLv3",

"dependencies": {
"@dendronhq/common-all": "^0.114.0",
"@dendronhq/common-all": "^0.115.0",
"@sentry/integrations": "7.11.1",

@@ -86,3 +86,3 @@ "@sentry/node": "7.11.1",

},
"gitHead": "f6f9b94f6313fc320b0c07ebca014c563436fd82"
"gitHead": "4869592b52828c69c6b035291d571ec87db625a5"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet