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.7 to 0.1.8

12

dist/index.d.ts

@@ -103,5 +103,9 @@ declare module "ttf-api" {

type SurveyResults = GenericResults<SurveyParams, SurveyResponse, "survey">;
type ScanResults = GenericResults<ScanParams, ScanResponse, "scan">;
type PredictionResults = PredictionBaseResults<
export type SurveyResults = GenericResults<
SurveyParams,
SurveyResponse,
"survey"
>;
export type ScanResults = GenericResults<ScanParams, ScanResponse, "scan">;
export type PredictionResults = PredictionBaseResults<
PredictionParams,

@@ -112,3 +116,3 @@ PredictionResponse,

type Garment = {
export type Garment = {
image: string;

@@ -115,0 +119,0 @@ title: string;

@@ -103,5 +103,9 @@ declare module "ttf-api" {

type SurveyResults = GenericResults<SurveyParams, SurveyResponse, "survey">;
type ScanResults = GenericResults<ScanParams, ScanResponse, "scan">;
type PredictionResults = PredictionBaseResults<
export type SurveyResults = GenericResults<
SurveyParams,
SurveyResponse,
"survey"
>;
export type ScanResults = GenericResults<ScanParams, ScanResponse, "scan">;
export type PredictionResults = PredictionBaseResults<
PredictionParams,

@@ -112,3 +116,3 @@ PredictionResponse,

type Garment = {
export type Garment = {
image: string;

@@ -115,0 +119,0 @@ title: string;

{
"name": "ttf-api",
"version": "0.1.7",
"version": "0.1.8",
"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