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

eos-common

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eos-common - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

dist/index.es.js

36

package.json
{
"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 @@ },

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