ethr-did-resolver
Advanced tools
Comparing version 6.2.4-alpha.1 to 7.0.0-alpha.1
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { Contract } from '@ethersproject/contracts'; |
@@ -0,0 +0,0 @@ import { Signer } from '@ethersproject/abstract-signer'; |
@@ -0,0 +0,0 @@ import { BigNumber } from '@ethersproject/bignumber'; |
@@ -0,0 +0,0 @@ import { getResolver } from './resolver'; |
@@ -0,0 +0,0 @@ import { Contract } from '@ethersproject/contracts'; |
@@ -0,0 +0,0 @@ import { BigNumber } from '@ethersproject/bignumber'; |
{ | ||
"name": "ethr-did-resolver", | ||
"version": "6.2.4-alpha.1", | ||
"version": "7.0.0-alpha.1", | ||
"description": "Resolve DID documents for ethereum addresses and public keys", | ||
"type": "module", | ||
"source": "src/index.ts", | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.module.js", | ||
"unpkg": "./lib/index.umd.js", | ||
"source": "./src/index.ts", | ||
"main": "./lib/index.js", | ||
"module": "./esm/index.js", | ||
"types": "./lib/index.d.ts", | ||
"umd:main": "./lib/index.umd.js", | ||
"exports": { | ||
".": { | ||
"require": "./lib/index.cjs", | ||
"import": "./lib/index.modern.js" | ||
"types": "./lib/index.d.ts", | ||
"import": "./esm/index.js", | ||
"require": "./lib/index.js" | ||
} | ||
@@ -34,2 +33,3 @@ }, | ||
"lib", | ||
"esm", | ||
"src", | ||
@@ -63,3 +63,4 @@ "LICENSE" | ||
"test:ci": "jest --coverage", | ||
"build": "microbundle --compress=false", | ||
"build": "tsc", | ||
"clean": "rm -rf ./lib", | ||
"format": "prettier --write \"src/**/*.[jt]s\"", | ||
@@ -66,0 +67,0 @@ "lint": "eslint --ignore-pattern \"src/**/*.test.[jt]s\" \"src/**/*.[jt]s\"", |
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
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
51
0
1176979
26130