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

@fluidframework/gitresources

Package Overview
Dependencies
Maintainers
2
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/gitresources - npm Package Compare versions

Comparing version 3.0.0-211732 to 3.0.0-220558

api-extractor-lint.json

16

api-extractor.json
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "@fluidframework/build-common/api-extractor-common-report.json",
"apiReport": {
"enabled": true,
"reportFolder": "<projectFolder>/../../api-report/"
},
"docModel": {
"enabled": true,
"apiJsonFilePath": "<projectFolder>/../../_api-extractor-temp/doc-models/<unscopedPackageName>.api.json"
"extends": "../../api-extractor-build-base.json",
"messages": {
"extractorMessageReporting": {
// TODO: Add missing documentation and remove this rule override
"ae-undocumented": {
"logLevel": "none"
}
}
}
}

@@ -7,2 +7,3 @@ /*!

* Details about the author of the commit
* @internal
*/

@@ -16,2 +17,3 @@ export interface IAuthor {

* Details about the committer of the commit
* @internal
*/

@@ -25,2 +27,3 @@ export interface ICommitter {

* Details of the commit
* @internal
*/

@@ -33,2 +36,3 @@ export interface ICommitHash {

* Required params to create commit
* @internal
*/

@@ -43,2 +47,3 @@ export interface ICreateCommitParams {

* Commit content
* @internal
*/

@@ -63,2 +68,3 @@ export interface ICommit {

* https://developer.github.com/v3/repos/commits/
* @internal
*/

@@ -79,2 +85,3 @@ export interface ICommitDetails {

* Blob content
* @internal
*/

@@ -90,2 +97,3 @@ export interface IBlob {

* Required params to create blob
* @internal
*/

@@ -98,2 +106,3 @@ export interface ICreateBlobParams {

* Response to create blob request
* @internal
*/

@@ -106,2 +115,3 @@ export interface ICreateBlobResponse {

* Ref content
* @internal
*/

@@ -119,2 +129,3 @@ export interface IRef {

* Required params to create ref
* @alpha
*/

@@ -127,2 +138,3 @@ export interface ICreateRefParams {

* Required params to patch ref
* @alpha
*/

@@ -136,2 +148,3 @@ export interface IPatchRefParams {

* @param name - name of the repository
* @internal
*/

@@ -143,2 +156,3 @@ export interface ICreateRepoParams {

* Required details to create tree entry
* @internal
*/

@@ -153,2 +167,3 @@ export interface ICreateTreeEntry {

* Required params to create tree
* @internal
*/

@@ -161,2 +176,3 @@ export interface ICreateTreeParams {

* Tree Entry Content
* @internal
*/

@@ -173,2 +189,3 @@ export interface ITreeEntry {

* Tree content
* @internal
*/

@@ -182,2 +199,3 @@ export interface ITree {

* Tagger content
* @internal
*/

@@ -191,2 +209,3 @@ export interface ITagger {

* Required params to create tag
* @internal
*/

@@ -202,2 +221,3 @@ export interface ICreateTagParams {

* Tag content
* @internal
*/

@@ -204,0 +224,0 @@ export interface ITag {

@@ -9,2 +9,3 @@ /*!

* This is not a GIT specific interface but specific to Historian
* @internal
*/

@@ -11,0 +12,0 @@ export interface IHeader {

{
"name": "@fluidframework/gitresources",
"version": "3.0.0-211732",
"version": "3.0.0-220558",
"description": "Git resource definitions for Fluid services",

@@ -25,4 +25,4 @@ "homepage": "https://fluidframework.com",

"lint:fix": "npm run prettier:fix && npm run eslint:fix",
"prettier": "prettier --check . --ignore-path ../../.prettierignore",
"prettier:fix": "prettier --write . --ignore-path ../../.prettierignore",
"prettier": "prettier --check . --cache --ignore-path ../../.prettierignore",
"prettier:fix": "prettier --write . --cache --ignore-path ../../.prettierignore",
"tsc": "tsc",

@@ -29,0 +29,0 @@ "typetests:gen": "fluid-type-test-generator",

@@ -8,2 +8,3 @@ /*!

* Details about the author of the commit
* @internal
*/

@@ -19,2 +20,3 @@ export interface IAuthor {

* Details about the committer of the commit
* @internal
*/

@@ -30,2 +32,3 @@ export interface ICommitter {

* Details of the commit
* @internal
*/

@@ -39,2 +42,3 @@ export interface ICommitHash {

* Required params to create commit
* @internal
*/

@@ -51,2 +55,3 @@ export interface ICreateCommitParams {

* Commit content
* @internal
*/

@@ -72,2 +77,3 @@ export interface ICommit {

* https://developer.github.com/v3/repos/commits/
* @internal
*/

@@ -89,2 +95,3 @@ export interface ICommitDetails {

* Blob content
* @internal
*/

@@ -101,2 +108,3 @@ export interface IBlob {

* Required params to create blob
* @internal
*/

@@ -113,2 +121,3 @@ export interface ICreateBlobParams {

* Response to create blob request
* @internal
*/

@@ -122,2 +131,3 @@ export interface ICreateBlobResponse {

* Ref content
* @internal
*/

@@ -136,2 +146,3 @@ export interface IRef {

* Required params to create ref
* @alpha
*/

@@ -145,2 +156,3 @@ export interface ICreateRefParams {

* Required params to patch ref
* @alpha
*/

@@ -155,2 +167,3 @@ export interface IPatchRefParams {

* @param name - name of the repository
* @internal
*/

@@ -163,2 +176,3 @@ export interface ICreateRepoParams {

* Required details to create tree entry
* @internal
*/

@@ -174,2 +188,3 @@ export interface ICreateTreeEntry {

* Required params to create tree
* @internal
*/

@@ -183,2 +198,3 @@ export interface ICreateTreeParams {

* Tree Entry Content
* @internal
*/

@@ -196,2 +212,3 @@ export interface ITreeEntry {

* Tree content
* @internal
*/

@@ -206,2 +223,3 @@ export interface ITree {

* Tagger content
* @internal
*/

@@ -217,2 +235,3 @@ export interface ITagger {

* Required params to create tag
* @internal
*/

@@ -229,2 +248,3 @@ export interface ICreateTagParams {

* Tag content
* @internal
*/

@@ -231,0 +251,0 @@ export interface ITag {

@@ -11,2 +11,3 @@ /*!

* This is not a GIT specific interface but specific to Historian
* @internal
*/

@@ -13,0 +14,0 @@ export interface IHeader {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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