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

apostrophe-snippets

Package Overview
Dependencies
Maintainers
8
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apostrophe-snippets - npm Package Compare versions

Comparing version 0.0.42 to 0.0.43

2

package.json
{
"name": "apostrophe-snippets",
"version": "0.0.42",
"version": "0.0.43",
"description": "Reusable content snippets for the Apostrophe content management system. The blog and events modules are built on this foundation, which is also useful in and of itself.",

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

@@ -426,3 +426,3 @@ // NOTES FOR REUSE:

var $title = $snippet.find('[data-title]');
$title.text(snippet.title);
$title.text(snippet.title || '[NO TITLE]');
$title.attr('data-slug', snippet.slug);

@@ -429,0 +429,0 @@ if (snippet.trash) {

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