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.1040.1000 to 0.1041.1000-154635

20

package.json
{
"name": "@fluidframework/gitresources",
"version": "0.1040.1000",
"version": "0.1041.1000-154635",
"description": "Git resource definitions for Fluid services",

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

"build": "concurrently npm:build:compile npm:lint",
"build:compile": "npm run tsc",
"build:compile": "npm run tsc && npm run typetests:gen",
"build:full": "npm run build",

@@ -25,13 +25,16 @@ "build:full:compile": "npm run build:compile",

"format": "npm run prettier:fix",
"lint": "npm run eslint",
"lint:fix": "npm run eslint:fix",
"lint": "npm run prettier && npm run eslint",
"lint:fix": "npm run prettier:fix && npm run eslint:fix",
"prettier": "prettier --check . --ignore-path ../../.prettierignore",
"prettier:fix": "prettier --write . --ignore-path ../../.prettierignore",
"tsc": "tsc"
"tsc": "tsc",
"typetests:gen": "fluid-type-test-generator",
"typetests:prepare": "flub generate typetests --prepare --dir . --pin"
},
"devDependencies": {
"@fluid-tools/build-cli": "^0.13.1",
"@fluid-tools/build-cli": "^0.15.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/build-tools": "^0.13.1",
"@fluidframework/build-tools": "^0.15.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/gitresources-previous": "npm:@fluidframework/gitresources@0.1040.1000",
"concurrently": "^7.6.0",

@@ -42,3 +45,6 @@ "eslint": "~8.27.0",

"typescript": "~4.5.5"
},
"typeValidation": {
"broken": {}
}
}
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