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

ttf-api

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ttf-api - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

dist/index.d.ts

@@ -120,3 +120,5 @@ declare module "ttf-api" {

getSurvey(id: string): Promise<SurveyResults>;
deleteSurvey(id: string): Promise<void>;
getScan(id: string): Promise<ScanResults>;
deleteScan(id: string): Promise<void>;
getPrediction(id: string): Promise<PredictionBaseResults>;

@@ -123,0 +125,0 @@ createSession(): Promise<object>;

@@ -120,3 +120,5 @@ declare module "ttf-api" {

getSurvey(id: string): Promise<SurveyResults>;
deleteSurvey(id: string): Promise<void>;
getScan(id: string): Promise<ScanResults>;
deleteScan(id: string): Promise<void>;
getPrediction(id: string): Promise<PredictionBaseResults>;

@@ -123,0 +125,0 @@ createSession(): Promise<object>;

2

package.json
{
"name": "ttf-api",
"version": "0.1.5",
"version": "0.1.6",
"description": "The TrueToForm API SDK",

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

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