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.1038.3000-107897 to 0.1038.3000-112900

3

.eslintrc.js

@@ -8,5 +8,6 @@ /*!

"extends": [
require.resolve("@fluidframework/eslint-config-fluid")
require.resolve("@fluidframework/eslint-config-fluid"),
"prettier"
],
"rules": {}
}
{
"name": "@fluidframework/gitresources",
"version": "0.1038.3000-107897",
"version": "0.1038.3000-112900",
"description": "Git resource definitions for Fluid services",

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

"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
"format": "npm run prettier:fix",
"lint": "npm run eslint",
"lint:fix": "npm run eslint:fix",
"prettier": "prettier --check . --ignore-path ../../../.prettierignore",
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
"tsc": "tsc"

@@ -34,2 +37,3 @@ },

"eslint": "~8.27.0",
"prettier": "~2.6.2",
"rimraf": "^3.0.2",

@@ -36,0 +40,0 @@ "typescript": "~4.5.5"

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