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

blog-engine-sac

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blog-engine-sac - npm Package Compare versions

Comparing version 7.5.2 to 7.6.0

4

changelog.md
# changelog
## 7.6.0
Use canonicalUrl: false on a post to disable canonical link
## 7.5.0

@@ -4,0 +8,0 @@

2

package.json
{
"name": "blog-engine-sac",
"version": "7.5.2",
"version": "7.6.0",
"description": "static site generator, that uses markdown files as input and outputs web pages",

@@ -5,0 +5,0 @@ "license": "CC0-1.0",

@@ -65,3 +65,3 @@ export { postFromFileDetails, processExternalPost, supportedFormats, getDetailsFromPost, initialPost, processPostAs, getPostDefault };

post.isRemote = true;
post.canonicalUrl = post.canonicalUrl || src;
post.canonicalUrl = post.canonicalUrl ?? src;
post.getHtmlBody = function () {

@@ -68,0 +68,0 @@ let contentType = post[`Content-Type`];

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