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

@azure-rest/core-client

Package Overview
Dependencies
Maintainers
1
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure-rest/core-client - npm Package Compare versions

Comparing version 1.0.0-alpha.20210903.3 to 1.0.0-alpha.20210930.2

4

package.json
{
"name": "@azure-rest/core-client",
"version": "1.0.0-alpha.20210903.3",
"version": "1.0.0-alpha.20210930.2",
"description": "Core library for interfacing with AutoRest rest level generated code",

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

"devDependencies": {
"@microsoft/api-extractor": "7.13.2",
"@microsoft/api-extractor": "^7.18.11",
"@types/chai": "^4.1.6",

@@ -69,0 +69,0 @@ "@types/mocha": "^7.0.2",

@@ -184,4 +184,4 @@ /**

export declare type RouteParams<TRoute extends string> = TRoute extends `${infer _Head}/{${infer _Param}}${infer Tail}` ? [
pathParam: string,
...pathParams: RouteParams<Tail>
pathParam: string,
...pathParams: RouteParams<Tail>
] : [

@@ -188,0 +188,0 @@ ];

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