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.6 to 0.1.7

2

lib/poller.js

@@ -8,3 +8,3 @@ exports.do = (uuid, apiKey, apiUrl, pollStep = 1000) => {

port: apiUrl.port,
path: `/mythril/v1/analysis/${uuid}/issues`,
path: `/v1/analyses/${uuid}/issues`,
headers: {

@@ -11,0 +11,0 @@ 'Authorization': `Bearer ${apiKey}`

@@ -1,2 +0,2 @@

const basePath = '/mythril/v1/analysis'
const basePath = '/v1/analyses'

@@ -3,0 +3,0 @@ exports.do = (bytecode, apiKey, apiUrl) => {

{
"name": "armlet",
"version": "0.1.6",
"version": "0.1.7",
"description": "A Mythril Platform API client.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -15,3 +15,3 @@ const nock = require('nock')

const uuid = 'my-uuid'
const basePath = `/mythril/v1/analysis/${uuid}/issues`
const basePath = `/v1/analyses/${uuid}/issues`
const expectedIssues = [

@@ -18,0 +18,0 @@ {

@@ -17,3 +17,3 @@ const nock = require('nock')

const uuid = 'my-uuid'
const basePath = '/mythril/v1/analysis'
const basePath = '/v1/analyses'

@@ -20,0 +20,0 @@ it('should request analysis for http API', async () => {

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