New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

elixire

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elixire - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

build/index.d.ts

@@ -17,4 +17,4 @@ import { Options, UploadInput, UploadOutput, ShortenInput, ShortenOutput } from "./typings";

Shorten(ShortenOptions: ShortenInput): Promise<ShortenOutput>;
listFiles(): Promise<[]>;
listFiles(): Promise<{}>;
}
export = Elixire;
{
"name": "elixire",
"description": "Node Uploader for elixire instances",
"version": "0.0.6",
"version": "0.0.7",
"main": "build/index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -145,3 +145,3 @@ import * as pkg from "./package.json";

}
async listFiles(): Promise<[]> {
async listFiles(): Promise<{}> {
Armpit.info(`Fetching upload list from ${this.instance}/api/list`)

@@ -148,0 +148,0 @@ Armpit.info(`Make sure to save the response from this Function (somehow) otherwise it will go to waste`)

{
"name": "elixire",
"description": "Node Uploader for elixire instances",
"version": "0.0.6",
"version": "0.0.7",
"main": "build/index.js",

@@ -6,0 +6,0 @@ "scripts": {

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