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

@agreed/server

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agreed/server - npm Package Compare versions

Comparing version 5.0.4 to 5.1.0

6

bin/agreed-server.js

@@ -13,3 +13,4 @@ #!/usr/bin/env node

'proxy',
'proxy-prefix-path'
'proxy-prefix-path',
'typed-cache-path'
],

@@ -47,2 +48,3 @@ boolean: ['help', 'version', 'logging', 'strict', 'hot'],

--hot Hot Replacement agree files. Default true
--typed-cache-path Create Cached JSON to improve agreed typed performance.

@@ -58,2 +60,4 @@ Examples:

--proxy-prefix-path /proxy
agreed-server --path ./agreed.js --port 4000 \\
--typed-cache-path ./.agreed.json
`.trim();

@@ -60,0 +64,0 @@

@@ -25,2 +25,4 @@ 'use strict';

const proxyOpts = opts.proxyOpts || {};
const typedCachePath = opts['typed-cache-path'] || opts.typedCachePath;
opts.typedCachePath = typedCachePath;

@@ -27,0 +29,0 @@ app.use(bodyParser.json());

6

package.json
{
"name": "@agreed/server",
"version": "5.0.4",
"version": "5.1.0",
"description": "agreed server",

@@ -27,3 +27,3 @@ "main": "index.js",

"dependencies": {
"@agreed/core": "^5.0.4",
"@agreed/core": "^5.1.0",
"body-parser": "^1.18.3",

@@ -43,3 +43,3 @@ "express": "^4.16.4",

},
"gitHead": "0f0c967e20c7e08835508cbca2261e654099c47d"
"gitHead": "8c65fd8f6c8e9910eef392c983ea9b65fc4fcb75"
}
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