Socket
Socket
Sign inDemoInstall

ttspec

Package Overview
Dependencies
0
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.12.2 to 1.12.3

.log/ti-2324832.log

12

index.d.ts

@@ -5,3 +5,3 @@ export { TTVariantOfIPTCNinjsNewsInJSONVersion10 as TTNinjs10 } from './ttninjs_10'

export enum VARIANT {
export const enum Variant {
Normal = "Normal",

@@ -14,3 +14,4 @@ Watermark = "Watermark",

}
export enum USAGE {
export const enum Usage {
Thumbnail = "Thumbnail",

@@ -23,7 +24,10 @@ Preview = "Preview",

export const VARIANT: Array<Variant>
export const USAGE: Array<Usage>
export interface VariantUsage {
variant: VARIANT,
usage: USAGE
variant: Variant,
usage: Usage
}
export function variantUsageForString(str: string): VariantUsage
{
"name": "ttspec",
"version": "1.12.2",
"version": "1.12.3",
"description": "TT Specifications",

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

@@ -10,5 +10,6 @@ TT Specifications

* 2021-02-22 Fixed TypeScript definitions for VARIANT & USAGE
* 2020-09-02 Adeed properties for geodata.
* 2020-08-19 Version 1.3 published. (Version 1.2 skipped intenionally.)
* 2019-12-02 Typescript definitions added.
* 2019-12-02 TypeScript definitions added.
* 2019-11-29 Version 1.1 published.

@@ -15,0 +16,0 @@ * 2019-05-03 Clarified `webprio`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc