Socket
Socket
Sign inDemoInstall

evmosjs

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evmosjs - npm Package Compare versions

Comparing version 0.3.2-rc1 to 0.3.2-rc2

.eslintrc.cjs

4

jest.config.js

@@ -1,3 +0,3 @@

const { pathsToModuleNameMapper } = require('ts-jest')
const { compilerOptions } = require('./tsconfig')
import { pathsToModuleNameMapper } from 'ts-jest'
import { compilerOptions } from './tsconfig'

@@ -4,0 +4,0 @@ module.exports = {

{
"name": "evmosjs",
"version": "0.3.2-rc1",
"main": "index.js",
"version": "0.3.2-rc2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"license": "MIT",

@@ -32,3 +33,3 @@ "publishConfig": {

"coverage:integration": "yarn test:integration --coverage",
"lint": "eslint -c './.eslintrc.js' './packages/**/*.{ts,js}'",
"lint": "eslint -c './.eslintrc.cjs' './packages/**/*.{ts,js}'",
"lint:ci": "yarn lint . --format junit",

@@ -35,0 +36,0 @@ "lint:md": "markdownlint --ignore node_modules --ignore .git",

@@ -19,3 +19,3 @@ export const REGISTER_COIN_TYPES = {

{ name: 'denom', type: 'string' },
{ name: 'exponent', type: 'string' },
{ name: 'exponent', type: 'number' },
{ name: 'aliases', type: 'string[]' },

@@ -22,0 +22,0 @@ ],

@@ -6,2 +6,3 @@ {

"license": "MIT",
"type": "module",
"scripts": {

@@ -8,0 +9,0 @@ "dev": "tsc index.ts && node index.js"

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