Socket
Socket
Sign inDemoInstall

@neo-one/smart-contract

Package Overview
Dependencies
Maintainers
3
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.2.0-rush to 2.3.0

global.d.ts

24

CHANGELOG.md

@@ -6,2 +6,26 @@ # Change Log

# [2.3.0](https://github.com/neo-one-suite/neo-one/compare/@neo-one/smart-contract@1.1.3...@neo-one/smart-contract@2.3.0) (2019-10-23)
**Note:** Version bump only for package @neo-one/smart-contract
## [1.1.3](https://github.com/neo-one-suite/neo-one/compare/@neo-one/smart-contract@1.1.2...@neo-one/smart-contract@1.1.3) (2019-10-23)
**Note:** Version bump only for package @neo-one/smart-contract
## [1.1.2](https://github.com/neo-one-suite/neo-one/compare/@neo-one/smart-contract@1.1.1...@neo-one/smart-contract@1.1.2) (2019-10-23)
**Note:** Version bump only for package @neo-one/smart-contract
## [1.1.1](https://github.com/neo-one-suite/neo-one/compare/@neo-one/smart-contract@1.1.0...@neo-one/smart-contract@1.1.1) (2019-06-20)

@@ -8,0 +32,0 @@

34

package.json
{
"name": "@neo-one/smart-contract",
"version": "1.2.0-rush",
"version": "2.3.0",
"author": "Alex DiCarlo <alexdicarlo@gmail.com>",
"description": "NEO•ONE smart contract apis.",
"main": "./lib/index.d.ts",
"scripts": {
"build": "gulp",
"lint": ""
"license": "MIT",
"homepage": "https://neo-one.io",
"repository": {
"type": "git",
"url": "git+https://github.com/neo-one-suite/neo-one.git"
},
"devDependencies": {
"@neo-one/build-tools": "^1.0.0",
"gulp": "~4.0.2"
"bugs": {
"url": "https://github.com/neo-one-suite/neo-one/issues"
},
"smartContract": true,
"sideEffects": false
}
"keywords": [
"neo",
"blockchain",
"neo-one",
"dapp"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=10.16.0"
},
"main": "index.d.ts"
}
{
"extends": "./node_modules/@neo-one/build-tools/includes/tsconfig.dev.json"
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"noLib": true,
"typeRoots": [],
"pretty": true,
"noEmit": true,
"declaration": false,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": false,
"experimentalDecorators": true,
"alwaysStrict": true,
"strict": true,
"skipLibCheck": false,
"noUnusedLocals": true,
"noImplicitReturns": true,
"allowUnusedLabels": false,
"noUnusedParameters": false,
"allowUnreachableCode": false,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true
}
}
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