Socket
Socket
Sign inDemoInstall

@neo-one/smart-contract

Package Overview
Dependencies
Maintainers
1
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 1.0.0-alpha.6 to 1.0.0-alpha.7

2

package.json
{
"name": "@neo-one/smart-contract",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"keywords": [

@@ -5,0 +5,0 @@ "neo",

@@ -13,3 +13,12 @@ // tslint:disable readonly-array no-object-mutation no-unused

export interface ContractProperties {
readonly codeVersion: string;
readonly author: string;
readonly email: string;
readonly description: string;
}
export abstract class SmartContract {
protected abstract readonly properties: ContractProperties;
public constructor(public readonly owner: Address) {}

@@ -16,0 +25,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