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

@paradisec/proxyist-adapter-common

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paradisec/proxyist-adapter-common - npm Package Compare versions

Comparing version 0.2.18 to 0.3.0

1

dist/index.d.ts

@@ -12,2 +12,3 @@ /// <reference types="node" resolution-mode="require"/>

rm: (identifier: string, filename: string) => Promise<void>;
listFiles: (identifier: string) => Promise<Array<string>>;
};

@@ -14,0 +15,0 @@ export type ProxyistCreateAdapter<T extends AdapterConfig> = (config: T) => Promise<ProxyistAdapter>;

4

package.json
{
"name": "@paradisec/proxyist-adapter-common",
"version": "0.2.18",
"version": "0.3.0",
"description": "Common adatper interface for proxyist",

@@ -33,3 +33,3 @@ "exports": "./dist/index.js",

],
"gitHead": "1790b039c03d0db49fe7581481a820d03985737e"
"gitHead": "d71986530df347270e90edf7ebe10b844ec7855e"
}

@@ -13,2 +13,3 @@ /* eslint-disable no-unused-vars */

rm: (identifier: string, filename: string) => Promise<void>;
listFiles: (identifier: string) => Promise<Array<string>>;
};

@@ -15,0 +16,0 @@

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