Socket
Socket
Sign inDemoInstall

@neo-one/smart-contract

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo-one/smart-contract - npm Package Compare versions

Comparing version 3.5.3-rc3 to 3.6.0-rc4

13

CHANGELOG.json

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

{
"version": "3.5.3",
"tag": "@neo-one/smart-contract_v3.5.3",
"date": "Fri, 02 Jul 2021 23:18:53 GMT",
"version": "3.6.0",
"tag": "@neo-one/smart-contract_v3.6.0",
"date": "Thu, 05 Aug 2021 22:47:11 GMT",
"comments": {
"minor": [
{
"comment": "Updates for Preview5"
}
],
"none": [
{
"comment": "Update package versions for RC3"
"comment": "Updates for RC4"
}

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

# Change Log - @neo-one/smart-contract
This log was last generated on Fri, 02 Jul 2021 23:18:53 GMT and should not be manually modified.
This log was last generated on Thu, 05 Aug 2021 22:47:11 GMT and should not be manually modified.
## 3.5.3
Fri, 02 Jul 2021 23:18:53 GMT
## 3.6.0
Thu, 05 Aug 2021 22:47:11 GMT
### Minor changes
- Updates for Preview5
### Updates
- Update package versions for RC3
- Updates for RC4

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

{
"name": "@neo-one/smart-contract",
"version": "3.5.3-rc3",
"version": "3.6.0-rc4",
"description": "NEO•ONE smart contract apis.",

@@ -5,0 +5,0 @@ "main": "./src/index.d.ts",

@@ -625,2 +625,6 @@ // tslint:disable

/**
* The nonce of the `Block`.
*/
readonly nonce: Integer;
/**
* Next consensus address.

@@ -934,2 +938,10 @@ */

readonly currentGASTransfers: readonly Transfer[];
/**
* The current number of the network.
*/
readonly networkNumber: number;
/**
* Returns a cryptographically secure random number.
*/
readonly randomNumber: number;
readonly [OpaqueTagSymbol0]: unique symbol;

@@ -936,0 +948,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