Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@elderjs/plugin-random

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elderjs/plugin-random - npm Package Compare versions

Comparing version 0.1.41 to 0.1.42

5

index.js

@@ -10,3 +10,6 @@ const notProduction = process.env.NODE_ENV !== 'production';

if (plugin.settings.version) {
const [major, minor, patch] = plugin.settings.version.split('.');
const pv = plugin.settings.version.split('.');
const major = Number(pv[0]);
const minor = Number(pv[1]);
const patch = Number(pv[2]);
if (major > 1) enabled = true;

@@ -13,0 +16,0 @@ if (major === 1 && minor > 4) enabled = true;

2

package.json
{
"name": "@elderjs/plugin-random",
"version": "0.1.41",
"version": "0.1.42",
"description": "Easily preview a random page of a route by visiting a single url. This plugin should be used exclusively for development.",

@@ -5,0 +5,0 @@ "keywords": [

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