Comparing version 1.0.3 to 1.1.0
{ | ||
"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" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
24971
8
550
0