Socket
Socket
Sign inDemoInstall

@azure/core-http-compat

Package Overview
Dependencies
13
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.3-alpha.20240502.4 to 2.1.3-alpha.20240503.1

6

package.json
{
"name": "@azure/core-http-compat",
"version": "2.1.3-alpha.20240502.4",
"version": "2.1.3-alpha.20240503.1",
"description": "Core HTTP Compatibility Library to bridge the gap between Core V1 & V2 packages.",

@@ -54,3 +54,3 @@ "sdk-type": "client",

"build:samples": "echo Obsolete",
"build:test": "npm run clean && tshy && dev-tool run build-test",
"build:test": "echo skipped. actual commands inlined in browser test scripts",
"build": "npm run clean && tshy && dev-tool run extract-api",

@@ -71,3 +71,3 @@ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,mts}\" \"test/**/*.{ts,mts}\" \"*.{js,cjs,mjs,json}\"",

"test": "npm run clean && npm run build && npm run unit-test:node && 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:browser": "npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
"unit-test:node": "dev-tool run test:vitest --no-test-proxy",

@@ -74,0 +74,0 @@ "unit-test": "npm run unit-test:node && npm run unit-test:browser"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc