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.6.0-rc4 to 3.7.0-n3

8

CHANGELOG.json

@@ -5,5 +5,5 @@ {

{
"version": "3.6.0",
"tag": "@neo-one/smart-contract_v3.6.0",
"date": "Thu, 05 Aug 2021 22:47:11 GMT",
"version": "3.7.0",
"tag": "@neo-one/smart-contract_v3.7.0",
"date": "Thu, 26 Aug 2021 21:09:01 GMT",
"comments": {

@@ -17,3 +17,3 @@ "minor": [

{
"comment": "Updates for RC4"
"comment": "Updates for first N3 MainNet release"
}

@@ -20,0 +20,0 @@ ]

# Change Log - @neo-one/smart-contract
This log was last generated on Thu, 05 Aug 2021 22:47:11 GMT and should not be manually modified.
This log was last generated on Thu, 26 Aug 2021 21:09:01 GMT and should not be manually modified.
## 3.6.0
Thu, 05 Aug 2021 22:47:11 GMT
## 3.7.0
Thu, 26 Aug 2021 21:09:01 GMT

@@ -14,3 +14,3 @@ ### Minor changes

- Updates for RC4
- Updates for first N3 MainNet release

@@ -17,0 +17,0 @@ ## 3.1.0

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

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

@@ -909,3 +909,3 @@ // tslint:disable

/**
* Time of the current `Block`.
* Time of the current `Block` in seconds.
*

@@ -917,2 +917,6 @@ * During execution, this is the timestamp of the `Block` that this `Transaction` will be included in.

/**
* Time of the current `Block` in milliseconds.
*/
readonly currentBlockTimeMilliseconds: number;
/**
* Index of the latest `Block` persisted to the blockchain.

@@ -1370,3 +1374,3 @@ */

*/
readonly amount: Fixed<8>;
readonly amount: Fixed8;
/**

@@ -1373,0 +1377,0 @@ * The `UInt160` hash of the contract.

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