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

ttspec

Package Overview
Dependencies
Maintainers
3
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.0.3 to 1.1.0

.editorconfig

2

package.json
{
"name": "ttspec",
"version": "1.0.3",
"version": "1.1.0",
"description": "TT Specifications",

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

@@ -441,4 +441,34 @@ {

}
},
"revisions": {
"description" : "$$TT: Array of previous versions of this news object. See http://spec.tt.se/revisions.html",
"type": "array",
"items": {
"type": "object",
"additionalProperties" : true,
"properties" : {
"uri" : {
"description" : "$$TT: The identifier of the previous revision.",
"type" : "string",
"format" : "uri",
"required" : true
},
"slug" : {
"description" : "$$TT: Short name given to article while in production.",
"type": "string",
"required" : false
},
"replacing" : {
"description" : "$$TT: Array of identifiers this revision is replacing.",
"type" : "array",
"required" : false,
"items" : {
"type": "string",
"format" : "uri"
}
}
}
}
}
}
}
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