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.0 to 1.11.1

5

build/utils.js

@@ -40,3 +40,6 @@ "use strict";

var result = Object(null);
if (obj instanceof Set) {
if (obj instanceof Array) {
result = obj.map(function (o) { return exports.deepClone(o, hash); });
}
else if (obj instanceof Set) {
result = new Set(obj);

@@ -43,0 +46,0 @@ }

@@ -0,1 +1,9 @@

## [1.11.1](https://github.com/open-rpc/typings/compare/1.11.0...1.11.1) (2020-08-04)
### Bug Fixes
* handle arrays in deepClone ([fec9e6f](https://github.com/open-rpc/typings/commit/fec9e6fd4c1f7fb4b60d1bce06547609f9167cf5))
* update node modules ([5791f37](https://github.com/open-rpc/typings/commit/5791f37ad8bc000c69bc3fbd35a16bc94f392891))
# [1.11.0](https://github.com/open-rpc/typings/compare/1.10.0...1.11.0) (2020-07-30)

@@ -2,0 +10,0 @@

2

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

@@ -6,0 +6,0 @@ "main": "build/index.js",

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