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

@open-rpc/typings

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-rpc/typings - npm Package Compare versions

Comparing version 1.11.1 to 1.11.2

16

build/utils.js
"use strict";
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __spreadArrays = (this && this.__spreadArrays) || function () {

@@ -30,3 +41,6 @@ for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;

var schema = _a.schema;
return schema;
if (schema === true || schema === false) {
return schema;
}
return __assign({}, schema);
});

@@ -33,0 +47,0 @@ };

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

## [1.11.2](https://github.com/open-rpc/typings/compare/1.11.1...1.11.2) (2020-08-05)
### Bug Fixes
* solve the mysterious ref trash ([b874e0b](https://github.com/open-rpc/typings/commit/b874e0b4bf7fb8deaebaa3c56ce316f3c7d82d26))
## [1.11.1](https://github.com/open-rpc/typings/compare/1.11.0...1.11.1) (2020-08-04)

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

3

package.json
{
"name": "@open-rpc/typings",
"private": false,
"version": "1.11.1",
"version": "1.11.2",
"description": "",

@@ -38,2 +38,3 @@ "main": "build/index.js",

"devDependencies": {
"@open-rpc/examples": "^1.6.0",
"@open-rpc/meta-schema": "^1.12.6",

@@ -40,0 +41,0 @@ "@types/commander": "^2.12.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