Socket
Socket
Sign inDemoInstall

periodicjs.core.controller

Package Overview
Dependencies
21
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.90.10 to 1.90.11

3

index.js

@@ -1,2 +0,1 @@

/*

@@ -9,2 +8,2 @@ * Controller

module.exports = require('./lib/controller');
module.exports = require('./lib/controller');

@@ -278,3 +278,3 @@ /*

offset = (offset) ? offset : 0;
limit = (limit || limit > 200) ? limit : 30;
limit = (limit) ? limit : 500;

@@ -281,0 +281,0 @@ if (population) {

{
"name": "periodicjs.core.controller",
"description": "Customizable CMS platform",
"version": "1.90.10",
"version": "1.90.11",
"main": "index.js",

@@ -6,0 +6,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc