New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rushstack/rush-azure-storage-build-cache-plugin

Package Overview
Dependencies
Maintainers
2
Versions
286
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/rush-azure-storage-build-cache-plugin - npm Package Compare versions

Comparing version

to
5.62.4

66

package.json
{
"name": "@rushstack/rush-azure-storage-build-cache-plugin",
"version": "5.62.3",
"description": "Rush plugin for Azure storage cloud build cache",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/heft-plugins/heft-webpack5-plugin"
},
"homepage": "https://rushjs.io",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"dependencies": {
"@azure/identity": "~1.0.0",
"@azure/storage-blob": "~12.3.0",
"@rushstack/node-core-library": "3.45.0",
"@rushstack/rush-sdk": "5.62.3",
"@rushstack/terminal": "0.3.25"
},
"devDependencies": {
"@microsoft/rush-lib": "5.62.3",
"@rushstack/eslint-config": "2.5.1",
"@rushstack/heft": "0.44.2",
"@rushstack/heft-node-rig": "1.7.1",
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24"
},
"scripts": {
"build": "heft build --clean",
"start": "heft test --clean --watch",
"_phase:build": "heft build --clean",
"_phase:test": "heft test --no-build"
}
}
"name": "@rushstack/rush-azure-storage-build-cache-plugin",
"version": "5.62.4",
"description": "Rush plugin for Azure storage cloud build cache",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/heft-plugins/heft-webpack5-plugin"
},
"homepage": "https://rushjs.io",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"dependencies": {
"@azure/identity": "~1.0.0",
"@azure/storage-blob": "~12.3.0",
"@rushstack/node-core-library": "3.45.0",
"@rushstack/rush-sdk": "5.62.4",
"@rushstack/terminal": "0.3.26"
},
"devDependencies": {
"@microsoft/rush-lib": "5.62.4",
"@rushstack/eslint-config": "2.5.1",
"@rushstack/heft": "0.44.2",
"@rushstack/heft-node-rig": "1.8.0",
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24"
},
"scripts": {
"build": "heft build --clean",
"start": "heft test --clean --watch",
"_phase:build": "heft build --clean",
"_phase:test": "heft test --no-build"
}
}