🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@arcjet/cache

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcjet/cache - npm Package Compare versions

Comparing version
1.0.0-beta.8
to
1.0.0-beta.9
+18
-15
package.json
{
"name": "@arcjet/cache",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"description": "Arcjet cache interface and implementations",
"keywords": [
"arcjet",
"cache",
"utility",
"util"
],
"license": "Apache-2.0",

@@ -28,23 +34,20 @@ "homepage": "https://arcjet.com",

"files": [
"LICENSE",
"README.md",
"*.js",
"*.d.ts",
"!*.config.js"
"index.d.ts",
"index.js"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "rollup --config rollup.config.js",
"lint": "eslint .",
"pretest": "npm run build",
"test": "node --test --experimental-test-coverage"
"prepublishOnly": "npm run build",
"test-api": "node --test",
"test-coverage": "node --experimental-test-coverage --test",
"test": "npm run build && npm run lint && npm run test-coverage"
},
"dependencies": {},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-beta.8",
"@arcjet/rollup-config": "1.0.0-beta.8",
"@arcjet/tsconfig": "1.0.0-beta.8",
"@rollup/wasm-node": "4.41.1",
"eslint": "9.27.0",
"expect": "29.7.0",
"@arcjet/eslint-config": "1.0.0-beta.9",
"@arcjet/rollup-config": "1.0.0-beta.9",
"@arcjet/tsconfig": "1.0.0-beta.9",
"@rollup/wasm-node": "4.44.2",
"eslint": "9.30.1",
"typescript": "5.8.3"

@@ -51,0 +54,0 @@ },

@@ -21,2 +21,5 @@ <a href="https://arcjet.com" target="_arcjet-home">

- [npm package (`@arcjet/cache`)](https://www.npmjs.com/package/@arcjet/cache)
- [GitHub source code (`cache/` in `arcjet/arcjet-js`)](https://github.com/arcjet/arcjet-js/tree/main/cache)
## Installation

@@ -23,0 +26,0 @@