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.1.0 to 1.1.1-dev.1

2

.rush/temp/package-deps_build.json

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

"packages/libs/autorest-schemas/example-schema.json": "5ddc0d26919c5176c98ad987b1de489e92a4d224",
"packages/libs/autorest-schemas/openapi3-schema.json": "1c289f6cd203250cc1599b2a5a2fec738c4ac9b9",
"packages/libs/autorest-schemas/openapi3-schema.json": "426912f7bf49b797bf1a5a834d9b868f9901dd73",
"packages/libs/autorest-schemas/package.json": "71e77570f1a2c14b8edc5c135cdc006771155df0",

@@ -10,0 +10,0 @@ "packages/libs/autorest-schemas/swagger-extensions.json": "1b61183a0dca2aabf922c5833c809ca9ee3ec195",

@@ -386,3 +386,3 @@ {

{
"if": { "required": ["$ref"] },
"if": { "type": "object", "required": ["$ref"] },
"then": { "$ref": "#/definitions/Reference" }

@@ -392,7 +392,7 @@ },

"if": { "type": "object" },
"then": { "$ref": "#/definitions/Schema" }
},
{
"if": { "type": "boolean" },
"then": { "type": "boolean" }
"then": { "$ref": "#/definitions/Schema" },
"else": {
"type": "boolean",
"errorMessage": "should be a Reference Object, Schema Object, or boolean value"
}
}

@@ -399,0 +399,0 @@ ],

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

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

"author": "",
"license": "ISC"
}
"license": "ISC",
"dependencies": {}
}
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