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

@mysten/bcs

Package Overview
Dependencies
Maintainers
4
Versions
525
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mysten/bcs - npm Package Compare versions

Comparing version 0.0.0-experimental-20230425201513 to 0.0.0-experimental-20230610220159

2

./dist/index.js

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

);
this.getTypeInterface(innerName)._decodeRaw.call(
return this.getTypeInterface(innerName)._decodeRaw.call(
this,

@@ -764,0 +764,0 @@ reader2,

# Change Log
## 0.0.0-experimental-20230425201513
## 0.0.0-experimental-20230610220159
### Patch Changes
- fdb569464e: Fixes an issue with a top level generic in a nested vector
## 0.7.1
### Patch Changes
- b4f0bfc76: Fix type definitions for package exports.

@@ -8,0 +14,0 @@

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

);
this.getTypeInterface(innerName)._decodeRaw.call(
return this.getTypeInterface(innerName)._decodeRaw.call(
this,

@@ -764,0 +764,0 @@ reader2,

{
"name": "@mysten/bcs",
"version": "0.0.0-experimental-20230425201513",
"version": "0.0.0-experimental-20230610220159",
"description": "BCS - Canonical Binary Serialization implementation for JavaScript",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -32,3 +32,3 @@ # BCS - Binary Canonical Serialization

// deserialization: BCS bytes into Coin
let bytes = bcs
let bcsBytes = bcs
.ser("Coin", {

@@ -35,0 +35,0 @@ id: "0000000000000000000000000000000000000000000000000000000000000001",

@@ -977,3 +977,4 @@ // Copyright (c) Mysten Labs, Inc.

);
this.getTypeInterface(innerName)._decodeRaw.call(
return this.getTypeInterface(innerName)._decodeRaw.call(
this,

@@ -980,0 +981,0 @@ reader,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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