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 1.3.10 to 1.8.0-beta.4

build/index.js

33

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

@@ -15,8 +15,14 @@ "keywords": [

"license": "MIT",
"main": "index.js",
"main": "./build/index.js",
"module": "./build/index.mjs",
"types": "/build/index.d.ts",
"exports": {
"require": "./build/index.js",
"import": "./build/index.mjs"
},
"directories": {},
"files": [
"index.js",
"Random.svelte",
"RandomLayout.svelte"
"build/index.js",
"svelte/Random.svelte",
"svelte/RandomLayout.svelte"
],

@@ -28,10 +34,23 @@ "repository": {

"engines": {
"node": ">=12.0.0"
"node": ">=14.19.0"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
"build-fast": "tsup src/index.ts --outDir build --format cjs,esm",
"build": "pnpm run build-fast -- --dts-resolve ",
"prepublishOnly": "pnpm run build",
"dev": "tsc -p tsconfig.json -w"
},
"bugs": {
"url": "https://github.com/Elderjs/plugins/issues"
},
"svelte": "svelte/index.js",
"dependencies": {
"svelte": "^3.48.0"
},
"devDependencies": {
"@elderjs/elderjs": "file:../../../elderjs",
"ts-node": "^9.1.1",
"tsup": "6.0.1",
"typescript": "^4.0.2"
}
}
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