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

@open-rpc/mock-server

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-rpc/mock-server - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

2

build/cli.js

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -21,0 +21,0 @@ return result;

@@ -88,3 +88,3 @@ "use strict";

};
exports.serviceMode = function (port, openrpcDocument) {
var serviceMode = function (port, openrpcDocument) {
var options = {

@@ -129,2 +129,3 @@ openrpcDocument: openrpcDocument,

};
exports.serviceMode = serviceMode;
var server = function (port, openrpcDocument) {

@@ -131,0 +132,0 @@ var options = {

@@ -0,1 +1,8 @@

## [1.7.3](https://github.com/open-rpc/mock-server/compare/1.7.2...1.7.3) (2021-06-01)
### Bug Fixes
* version bump to latest schema versions ([1a4dafc](https://github.com/open-rpc/mock-server/commit/1a4dafc59d085020f41a7d2f55b2e3111664ad1b))
## [1.7.2](https://github.com/open-rpc/mock-server/compare/1.7.1...1.7.2) (2020-12-11)

@@ -2,0 +9,0 @@

{
"name": "@open-rpc/mock-server",
"version": "1.7.2",
"version": "1.7.3",
"description": "Provides a mock JSON-RPC API given an OpenRPC Document",

@@ -35,4 +35,4 @@ "repository": {

"@open-rpc/examples": "^1.6.1",
"@open-rpc/schema-utils-js": "^1.14.0",
"@open-rpc/server-js": "^1.8.4",
"@open-rpc/schema-utils-js": "1.15.0",
"@open-rpc/server-js": "1.8.5",
"commander": "^6.1.0",

@@ -42,3 +42,3 @@ "lodash": "^4.17.19"

"devDependencies": {
"@open-rpc/meta-schema": "^1.12.7",
"@open-rpc/meta-schema": "1.14.2",
"@types/connect": "^3.4.33",

@@ -54,4 +54,4 @@ "@types/cors": "^2.8.6",

"ts-jest": "^25.5.1",
"typescript": "^3.9.7"
"typescript": "^4.1.3"
}
}
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