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 1.5.18 to 1.5.21

2

index.ts

@@ -18,3 +18,3 @@ import { addPostType, addContentRoute } from "@factor/api"

const search = params.search ?? query.search ?? ""
const page = parseInt(params.page ?? query.page ?? 1)
const page = Number.parseInt(params.page ?? query.page ?? 1)
const limit = setting("blog.limit")

@@ -21,0 +21,0 @@

@@ -9,3 +9,3 @@ {

},
"version": "1.5.18",
"version": "1.5.21",
"license": "GPL-2.0",

@@ -39,3 +39,3 @@ "publishConfig": {

},
"gitHead": "3a592a95dc8d3dc3e43e3ad140627e7b460e16bc",
"gitHead": "ae7b507ed97188c9358475e91d26ef1a6a14f056",
"keywords": [

@@ -42,0 +42,0 @@ "factor",

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