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

@factor/plugin-blog

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@factor/plugin-blog - npm Package Compare versions

Comparing version 0.3.7 to 0.4.0

3

index.js

@@ -10,3 +10,3 @@ export default Factor => {

const type = "blog"
const icon = Factor.FACTOR_ENV == "app" ? require("./img/posts.svg") : ""
const icon = Factor.FACTOR_TARGET == "app" ? require("./img/posts.svg") : ""
Factor.$filters.add("post-types", _ => {

@@ -17,2 +17,3 @@ _.push({

icon,
model: "BlogPost",
nameIndex: "Blog",

@@ -19,0 +20,0 @@ nameSingle: "Blog Post",

{
"name": "@factor/plugin-blog",
"version": "0.3.7",
"version": "0.4.0",
"license": "GPL-2.0",

@@ -13,3 +13,3 @@ "factor": {

},
"gitHead": "174edc7cb60508cd2d707d18e411cb0a4c13b3cd"
"gitHead": "763b7b89b0d6a1b0bb32ebd794c7fe76056f5123"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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