New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.1 to 1.0.2

2

index.js

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

},
all: async () => (notProduction ? [{ slug: '/random/' }] : []),
all: async ({ settings }) => (settings.server && notProduction ? [{ slug: '/random/' }] : []),
},

@@ -37,0 +37,0 @@ },

{
"name": "@elderjs/plugin-random",
"version": "1.0.1",
"version": "1.0.2",
"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