Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "armlet", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "armlet", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,1 +1,3 @@ | ||
[![CircleCI](https://circleci.com/gh/fgimenez/armlet.svg?style=svg&circle-token=3794de647a820eabf62e091c80d761a722b17b0c)](https://circleci.com/gh/fgimenez/armlet) | ||
# Armlet, a Mythril API client | ||
@@ -2,0 +4,0 @@ |
@@ -74,3 +74,3 @@ const nock = require('nock') | ||
it('should reject on api server connection failure', async () => { | ||
const invalidApiHostname = url.parse('http://hostname') | ||
const invalidApiHostname = url.parse('http://not-a-valid-hostname') | ||
@@ -77,0 +77,0 @@ await requester.do(bytecode, validApiKey, invalidApiHostname).should.be.rejectedWith(Error) |
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
18991
9
28