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

apostrophe-blog

Package Overview
Dependencies
Maintainers
8
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apostrophe-blog - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

7

index.js

@@ -35,6 +35,2 @@ var async = require('async');

icon: options.icon || 'blog',
// Overridden separately so that one can have types that just
// override the templates and don't mess with replacing
// all of the javascript and CSS
webAssetDir: __dirname,
// The default would be aposBlogPostMenu, this is more natural

@@ -44,4 +40,3 @@ menuName: 'aposBlogMenu'

// Find our templates before the snippet templates (a chain of overrides)
options.dirs = (options.dirs || []).concat([ __dirname ]);
options.modules = (options.modules || []).concat([ { dir: __dirname, name: 'blog' } ]);

@@ -48,0 +43,0 @@ // Call the base class constructor. Don't pass the callback, we want to invoke it

2

package.json
{
"name": "apostrophe-blog",
"version": "0.0.17",
"version": "0.0.18",
"description": "Blogging for the Apostrophe content management system",

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

@@ -59,3 +59,3 @@ function AposBlog(optionsArg) {

label: 'Blog Posts',
action: '/apos-blog-post',
action: '/apos-blog',
defaultLimit: 5

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