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

ttspec

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ttspec - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

index.d.ts

10

package.json
{
"name": "ttspec",
"version": "1.9.0",
"version": "1.10.0",
"description": "TT Specifications",
"main": "index.js",
"scripts": {
"prepublishOnly": "json2ts ttninjs-schema_1.0.json ttninjs_10.ts & json2ts ttninjs-schema_1.1.json ttninjs_11.ts"
},
"repository": {

@@ -13,3 +16,6 @@ "type": "git",

},
"homepage": "https://github.com/ttab/ttspec"
"homepage": "https://github.com/ttab/ttspec",
"devDependencies": {
"json-schema-to-typescript": "^7.1.0"
}
}

25

ttninjs-schema_1.0.json

@@ -726,13 +726,16 @@ {

},
"replacedby": {
"description": "$$TT: The identifier of the news object this one is replaced by.",
"type": "string",
"format": "uri"
"replacedby" : {
"description" : "$$TT: The identifier of the news object this one is replaced by.",
"type" : "string",
"format" : "uri"
},
"associations": {
"description": "Content of news objects which are associated with this news object.",
"type": "object",
"additionalProperties": false,
"patternProperties": {
"^[a-zA-Z0-9]+": {"$ref": "https://tt.se/spec/ttninjs/ttninjs-schema_1.0.json#"}
"associations" : {
"description" : "Content of news objects which are associated with this news object.",
"type" : "object",
"additionalProperties" : false,
"patternProperties" : {
"^[a-zA-Z0-9]+" : {
"$ref": "#"
}
}

@@ -781,2 +784,2 @@ },

}
}
}
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