Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@neo-one/smart-contract-compiler-node

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.4.1-alpha-8 to 2.5.0-alpha.2

CHANGELOG.json

49

package.json
{
"name": "@neo-one/smart-contract-compiler-node",
"version": "2.4.1-alpha-8",
"author": "Alex DiCarlo <alexdicarlo@gmail.com>",
"version": "2.5.0-alpha.2",
"description": "NEO•ONE TypeScript smart contract compiler node host.",
"license": "MIT",
"homepage": "https://neo-one.io",
"repository": {
"type": "git",
"url": "git+https://github.com/neo-one-suite/neo-one.git"
"main": "./dist/cjs/index",
"module": "./dist/esm/index",
"scripts": {
"build": "gulp",
"lint": "node ./node_modules/@neo-one/build-tools/bin/neo-one-lint.js",
"lint:staged": "lint-staged --relative",
"pack": "gulp pack",
"tsc": "node ./node_modules/@neo-one/build-tools/bin/neo-one-tsc.js"
},
"bugs": {
"url": "https://github.com/neo-one-suite/neo-one/issues"
},
"keywords": [
"neo",
"blockchain",
"neo-one",
"dapp"
],
"sideEffects": false,
"dependencies": {
"@neo-one/smart-contract": "^2.4.0",
"@neo-one/smart-contract-lib": "2.4.1-alpha-8",
"@neo-one/utils": "2.5.0-alpha-8",
"@neo-one/smart-contract": "2.5.0-alpha.2",
"@neo-one/smart-contract-lib": "2.5.0-alpha.2",
"@neo-one/utils": "2.7.0-alpha.2",
"app-root-dir": "^1.0.2",

@@ -30,11 +24,8 @@ "glob": "^7.1.4",

},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=10.16.0"
},
"main": "index.js",
"types": "index.d.ts",
"sideEffects": false
}
"devDependencies": {
"@neo-one/build-tools": "^1.0.0",
"@types/app-root-dir": "^0.1.0",
"@types/glob": "^7.1.1",
"gulp": "~4.0.2"
}
}
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