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 1.1.1 to 1.2.0-rush

gulpfile.js

34

package.json
{
"name": "@neo-one/smart-contract",
"version": "1.1.1",
"author": "Alex DiCarlo <alexdicarlo@gmail.com>",
"version": "1.2.0-rush",
"description": "NEO•ONE smart contract apis.",
"license": "MIT",
"homepage": "https://neo-one.io",
"repository": {
"type": "git",
"url": "git+https://github.com/neo-one-suite/neo-one.git"
"main": "./lib/index.d.ts",
"scripts": {
"build": "gulp",
"lint": ""
},
"bugs": {
"url": "https://github.com/neo-one-suite/neo-one/issues"
"devDependencies": {
"@neo-one/build-tools": "^1.0.0",
"gulp": "~4.0.2"
},
"keywords": [
"neo",
"blockchain",
"neo-one",
"dapp"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8.16.0"
},
"main": "index.d.ts"
}
"smartContract": true,
"sideEffects": false
}
{
"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
}
"extends": "./node_modules/@neo-one/build-tools/includes/tsconfig.dev.json"
}
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