ethereum-sanction-check
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -42,3 +42,3 @@ # Contributor Covenant Code of Conduct | ||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at hello@13plus4.com . All complaints will be reviewed and investigated promptly and fairly. | ||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at code@andreas.dev . All complaints will be reviewed and investigated promptly and fairly. | ||
@@ -45,0 +45,0 @@ All community leaders are obligated to respect the privacy and security of the reporter of any incident. |
{ | ||
"name": "ethereum-sanction-check", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -19,4 +19,4 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"axios": "^1.0.2" | ||
"ethereum-sanction-check": "^1.0.3" | ||
} | ||
} |
@@ -17,2 +17,4 @@ <a href="#table-of-contents"> | ||
```javascript | ||
const SanctionCheck = require( 'ethereum-sanction-check' ) | ||
async function main( { tests } ) { | ||
@@ -38,2 +40,4 @@ const check = new SanctionCheck( { | ||
```javascript | ||
const SanctionCheck = require( 'ethereum-sanction-check' ) | ||
async function main( { tests } ) { | ||
@@ -40,0 +44,0 @@ const check = new SanctionCheck( { |
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
20200
203