Socket
Socket
Sign inDemoInstall

@neo-one/client-full-common

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo-one/client-full-common - npm Package Compare versions

Comparing version 3.7.1-n3 to 3.8.0

13

CHANGELOG.json

@@ -5,14 +5,9 @@ {

{
"version": "3.7.0",
"tag": "@neo-one/client-full-common_v3.7.0",
"date": "Thu, 26 Aug 2021 21:09:01 GMT",
"version": "3.8.0",
"tag": "@neo-one/client-full-common_v3.8.0",
"date": "Thu, 23 Sep 2021 21:28:34 GMT",
"comments": {
"minor": [
{
"comment": "Updates for Preview5"
}
],
"none": [
{
"comment": "Updates for first N3 MainNet release"
"comment": "Updates for MainNet updates"
}

@@ -19,0 +14,0 @@ ],

# Change Log - @neo-one/client-full-common
This log was last generated on Thu, 26 Aug 2021 21:09:01 GMT and should not be manually modified.
This log was last generated on Thu, 23 Sep 2021 21:28:34 GMT and should not be manually modified.
## 3.7.0
Thu, 26 Aug 2021 21:09:01 GMT
## 3.8.0
Thu, 23 Sep 2021 21:28:34 GMT
### Minor changes
- Updates for Preview5
### Updates
- Updates for first N3 MainNet release
- Updates for MainNet updates

@@ -16,0 +12,0 @@ ## 3.1.0

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

publicKey: client_common_1.JSONHelper.writeECPoint(this.publicKey),
signature: client_common_1.JSONHelper.writeBuffer(this.signature),
signature: client_common_1.JSONHelper.writeBase64Buffer(this.signature),
};

@@ -16,0 +16,0 @@ }

@@ -10,3 +10,3 @@ import { JSONHelper } from '@neo-one/client-common';

publicKey: JSONHelper.writeECPoint(this.publicKey),
signature: JSONHelper.writeBuffer(this.signature),
signature: JSONHelper.writeBase64Buffer(this.signature),
};

@@ -13,0 +13,0 @@ }

{
"name": "@neo-one/client-full-common",
"version": "3.7.1-n3",
"version": "3.8.0",
"description": "NEO•ONE full client common code.",

@@ -16,4 +16,4 @@ "main": "./dist/cjs/index",

"dependencies": {
"@neo-one/client-common": "3.7.1-n3",
"@neo-one/utils": "3.3.0-n3",
"@neo-one/client-common": "^3.8.0",
"@neo-one/utils": "^3.2.0",
"tslib": "^1.10.0"

@@ -20,0 +20,0 @@ },

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