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

@autorest/schemas

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autorest/schemas - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3-dev.1

6

.rush/temp/package-deps_build.json
{
"files": {
"packages/libs/autorest-schemas/CHANGELOG.json": "45e3a16f5e47adff08e2549881e00f522162fea3",
"packages/libs/autorest-schemas/CHANGELOG.md": "8f8a462b2d05216bd0cd7339e43acba357c7a954",
"packages/libs/autorest-schemas/CHANGELOG.json": "24f865f5779ba754fdd8521c615fb5238cf9560c",
"packages/libs/autorest-schemas/CHANGELOG.md": "0abefbc04f2d460165677918ef4e1192b2b76189",
"packages/libs/autorest-schemas/composite-swagger.json": "88584732d3af13f3834cfed641c304c21e891bd7",

@@ -9,3 +9,3 @@ "packages/libs/autorest-schemas/example-schema.json": "1bc7501743f1c2ad4d5074910b943019154e07fa",

"packages/libs/autorest-schemas/package.json": "747585b3bb887ed65ba17abbf4eb7257ce7ce2c9",
"packages/libs/autorest-schemas/swagger-extensions.json": "a95ad74dd4b5cd69ba2c698ca8caf0691c1056a3",
"packages/libs/autorest-schemas/swagger-extensions.json": "0ccf7bd3d02bd282d67db98c1449863a9cdcb20f",
"packages/libs/autorest-schemas/swagger.json": "7bb174a4c22f9e858f5b6228bdbf358d737a638f",

@@ -12,0 +12,0 @@ "packages/libs/autorest-schemas/.rush/temp/shrinkwrap-deps.json": "0967ef424bce6791893e9a57bb952f80fd536e93"

@@ -7,3 +7,3 @@ {

"tag": "@autorest/schemas_v1.3.2",
"date": "Tue, 16 Nov 2021 17:02:17 GMT",
"date": "Fri, 19 Nov 2021 04:23:42 GMT",
"comments": {

@@ -10,0 +10,0 @@ "patch": [

# Change Log - @autorest/schemas
This log was last generated on Tue, 16 Nov 2021 17:02:17 GMT and should not be manually modified.
This log was last generated on Fri, 19 Nov 2021 04:23:42 GMT and should not be manually modified.
## 1.3.2
Tue, 16 Nov 2021 17:02:17 GMT
Fri, 19 Nov 2021 04:23:42 GMT

@@ -8,0 +8,0 @@ ### Patches

{
"name": "@autorest/schemas",
"version": "1.3.2",
"version": "1.3.3-dev.1",
"description": "Internal package storing schemas",

@@ -18,3 +18,4 @@ "scripts": {

"author": "",
"license": "ISC"
}
"license": "ISC",
"dependencies": {}
}

@@ -1751,5 +1751,5 @@ {

"final-state-via": {
"description": "How to determine the final state of the operation. Possible Values:\n- `azure-async-operation` - poll until terminal state, the final response will be available at the uri pointed to by the header `Azure-AsyncOperation`\n- `location` - poll until terminal state, the final response will be available at the uri pointed to by the header `Location`\n- `original-uri` - poll until terminal state, the final response will be available via GET at the original resource URI. Very common for PUT operations",
"description": "How to determine the final state of the operation. Possible Values:\n- `azure-async-operation` - poll until terminal state, the final response will be available at the uri pointed to by the header `Azure-AsyncOperation`\n- `location` - poll until terminal state, the final response will be available at the uri pointed to by the header `Location`\n- `operation-location` - poll until terminal state, the final response will be available at the uri pointed to by the header `Operation-Location`",
"type": "string",
"enum": ["azure-async-operation", "location", "original-uri"]
"enum": ["azure-async-operation", "location", "original-uri", "operation-location"]
}

@@ -1756,0 +1756,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