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

@fluidframework/gitresources

Package Overview
Dependencies
Maintainers
3
Versions
252
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 0.1032.0-38626 to 0.1032.0-38847

3

dist/resources.d.ts

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

*/
/// <reference types="node" />
/**

@@ -88,3 +87,3 @@ * Details about the author of the commit

content: string;
encoding: BufferEncoding;
encoding: "utf-8" | "base64";
}

@@ -91,0 +90,0 @@ /**

{
"name": "@fluidframework/gitresources",
"version": "0.1032.0-38626",
"version": "0.1032.0-38847",
"description": "Git resource definitions for Fluid services",

@@ -28,3 +28,2 @@ "homepage": "https://fluidframework.com",

"@fluidframework/eslint-config-fluid": "^0.23.0",
"@types/node": "^12.19.0",
"@typescript-eslint/eslint-plugin": "~4.14.0",

@@ -31,0 +30,0 @@ "@typescript-eslint/parser": "~4.14.0",

@@ -99,4 +99,4 @@ /*!

// The encoding of the content. Either utf8 or base64.
encoding: BufferEncoding;
// The encoding of the content.
encoding: "utf-8" |"base64";
}

@@ -103,0 +103,0 @@

@@ -9,4 +9,3 @@ {

"rootDir": "./src",
"outDir": "./dist",
"types": ["node"]
"outDir": "./dist"
},

@@ -13,0 +12,0 @@ "include": [

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