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

armlet

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

armlet - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.circleci/config.yml

2

package.json
{
"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)

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