Socket
Socket
Sign inDemoInstall

@glif/filecoin-message

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glif/filecoin-message - npm Package Compare versions

Comparing version 1.0.0-beta.4 to 1.0.0-beta.5

9

dist/index.d.ts

@@ -21,4 +21,11 @@ export interface SerializableMessage {

Method: number;
Params?: string | string[] | undefined;
Params?: string | string[];
}
export interface SignedLotusMessage {
Message: LotusMessage;
Signature: {
Type: number;
Data: string;
};
}
export interface MessageObj {

@@ -25,0 +32,0 @@ to: string;

7

package.json
{
"name": "@glif/filecoin-message",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "The Filecoin message type, used to transfer tokens and make state changes.",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"clean": "../../node_modules/.bin/rimraf dist/",
"build": "npm run clean && tsc",
"lint": "tslint -p tsconfig.json",

@@ -37,3 +38,3 @@ "prepare": "npm run build",

},
"gitHead": "6a075e7dd555f5c241b462707def63bd184cda32"
"gitHead": "1722b6e1b8031a6785829caa1160ccf6c680cd9a"
}
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