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

@azure/api-management-custom-widgets-tools

Package Overview
Dependencies
Maintainers
2
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/api-management-custom-widgets-tools - npm Package Compare versions

Comparing version 1.0.0-alpha.20240322.1 to 1.0.0-alpha.20240402.2

dist/api-management-custom-widgets-tools.d.ts

110

package.json
{
"name": "@azure/api-management-custom-widgets-tools",
"version": "1.0.0-alpha.20240322.1",
"version": "1.0.0-alpha.20240402.2",
"author": "Microsoft Corporation",
"license": "MIT",
"sdk-type": "client",
"type": "module",
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/apimanagement/api-management-custom-widgets-tools/README.md",
"repository": "github:Azure/azure-sdk-for-js",
"browser": {
"./dist-esm/src/node/deploy.js": "./dist-esm/src/node/deploy.browser.js"
},
"bugs": {

@@ -28,16 +26,10 @@ "url": "https://github.com/Azure/azure-sdk-for-js/issues"

"dist/",
"dist-esm/src/",
"types/latest/api-management-custom-widgets-tools.d.ts",
"LICENSE"
"LICENSE",
"README.md"
],
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
"types": "types/latest/api-management-custom-widgets-tools.d.ts",
"scripts": {
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
"build:browser": "tsc -p . && dev-tool run bundle --browser-test=false",
"build:node": "tsc -p . && dev-tool run bundle",
"build:test": "npm run clean && tsc -p . && dev-tool run bundle",
"build:samples": "echo skip",
"build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local",
"build:samples": "echo skipped",
"build:test": "npm run clean && tshy && dev-tool run build-test",
"build": "npm run clean && tshy && api-extractor run --local",
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore --ignore-path ./.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",

@@ -47,4 +39,4 @@ "clean": "rimraf --glob dist dist-* types *.tgz *.log",

"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore --ignore-path ./.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
"integration-test:browser": "dev-tool run test:browser",
"integration-test:node": "echo skip",
"integration-test:browser": "npm run build:test && dev-tool run test:vitest --no-test-proxy --browser -- --coverage",
"integration-test:node": "dev-tool run test:vitest --no-test-proxy -- -coverage",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",

@@ -54,7 +46,7 @@ "lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",

"pack": "npm pack 2>&1",
"test:browser": "echo skip",
"test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
"test": "npm run clean && npm run build:test && npm run unit-test && npm run integration-test",
"unit-test:browser": "echo skip",
"unit-test:node": "npm run integration-test:node",
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
"test:node": "npm run clean && tshy && npm run unit-test:node && npm run integration-test:node",
"test": "npm run clean && tshy && npm run unit-test:node && dev-tool run build-test && npm run unit-test:browser && npm run integration-test",
"unit-test:browser": "npm run build:test && dev-tool run test:vitest --no-test-proxy --browser",
"unit-test:node": "dev-tool run test:vitest --no-test-proxy",
"unit-test": "npm run unit-test:node && npm run unit-test:browser"

@@ -64,45 +56,49 @@ },

"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
"@azure-tools/test-recorder": "^3.0.0",
"@microsoft/api-extractor": "^7.31.1",
"@types/chai": "^4.1.6",
"@types/mocha": "^10.0.0",
"@types/mime": "^3.0.1",
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
"@microsoft/api-extractor": "^7.43.0",
"@types/mime": "^4.0.0",
"@types/node": "^18.0.0",
"@types/yargs": "^17.0.10",
"@types/yargs-parser": "^21.0.0",
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@vitest/browser": "^1.4.0",
"@vitest/coverage-istanbul": "^1.4.0",
"eslint": "^8.0.0",
"mocha": "^10.0.0",
"c8": "^9.1.0",
"playwright": "^1.42.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"tshy": "^1.13.0",
"typescript": "~5.3.3",
"util": "^0.12.1",
"dotenv": "^16.0.0",
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
"@types/mustache": "^4.2.1",
"sinon": "^17.0.0",
"karma": "^6.2.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",
"karma-env-preprocessor": "^0.1.1",
"karma-firefox-launcher": "^1.1.0",
"karma-json-preprocessor": "^0.3.3",
"karma-json-to-file-reporter": "^1.0.1",
"karma-junit-reporter": "^2.0.1",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"@types/sinon": "^17.0.0",
"ts-node": "^10.0.0"
"vitest": "^1.4.0"
},
"dependencies": {
"@azure/identity": "^4.0.1",
"@azure-rest/core-client": "^1.0.0-beta.10",
"@azure/storage-blob": "^12.9.0",
"@azure-rest/core-client": "^1.3.1",
"@azure/storage-blob": "^12.17.0",
"mime": "^4.0.1",
"mustache": "^4.2.0",
"prettier": "^3.2.5",
"tslib": "^2.2.0"
}
"tslib": "^2.6.2"
},
"tshy": {
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
},
"dialects": [
"esm",
"commonjs"
],
"selfLink": false
},
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}
}
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts"
}
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