eos-common
Advanced tools
Comparing version 0.2.1 to 0.3.0
{ | ||
"name": "eos-common", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "EOSIO Smart Contract common library used for Typescript", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"browser": "dist/index.es.js", | ||
"jsnext:main": "dist/index.es.js", | ||
"types": "dist/index.d.ts", | ||
"runkitExampleFilename": "dist/examples/basic.js", | ||
"files": [ | ||
"build" | ||
"dist" | ||
], | ||
@@ -16,14 +20,30 @@ "author": "Denis Carriere <@DenisCarriere>", | ||
"scripts": { | ||
"prepublishOnly": "tsc -d", | ||
"build": "rollup -c rollup.config.ts", | ||
"prepublishOnly": "npm run build", | ||
"test": "jest --coverage", | ||
"posttest": "tslint -p .", | ||
"posttest": "eslint . --ext .ts", | ||
"docs": "tsc && documentation readme build/index.js -s API" | ||
}, | ||
"repository": "git@github.com:EOS-Nation/eos-common.git", | ||
"engines": { | ||
"node": ">=8", | ||
"npm": ">=5" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "*", | ||
"@rollup/plugin-node-resolve": "*", | ||
"@types/jest": "*", | ||
"documentation": "*", | ||
"@typescript-eslint/eslint-plugin": "^2.20.0", | ||
"@typescript-eslint/parser": "*", | ||
"eslint": "*", | ||
"eslint-plugin-jest": "*", | ||
"jest": "*", | ||
"rollup": "*", | ||
"rollup-plugin-cleaner": "^1.0.0", | ||
"rollup-plugin-copy": "*", | ||
"rollup-plugin-peer-deps-external": "*", | ||
"rollup-plugin-progress": "*", | ||
"rollup-plugin-terser": "*", | ||
"rollup-plugin-typescript2": "*", | ||
"ts-jest": "*", | ||
"tslint": "*", | ||
"typescript": "*" | ||
@@ -30,0 +50,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
456144
17
7
261
1