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

@cornie-js/api-json-schemas

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cornie-js/api-json-schemas - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

9

CHANGELOG.md
# @cornie-js/api-json-schemas
## 0.3.0
### Minor Changes
- 28d92f2: Removed AuthV1
- f5d8473: Updated GameV1 with isPublic
- 28d92f2: Removed AuthCreateQueryV1
- f5d8473: Updated GameCreateQueryV1 with isPublic
## 0.2.0

@@ -4,0 +13,0 @@

2

package.json

@@ -17,3 +17,3 @@ {

},
"version": "0.2.0"
"version": "0.3.0"
}

@@ -11,2 +11,5 @@ {

},
"isPublic": {
"type": "boolean"
},
"name": {

@@ -21,4 +24,5 @@ "type": "string"

"id",
"isPublic",
"state"
]
}

@@ -11,2 +11,5 @@ {

},
"isPublic": {
"type": "boolean"
},
"name": {

@@ -21,4 +24,5 @@ "type": "string"

"id",
"isPublic",
"state"
]
}

@@ -11,2 +11,5 @@ {

},
"isPublic": {
"type": "boolean"
},
"name": {

@@ -13,0 +16,0 @@ "type": "string"

@@ -11,2 +11,5 @@ {

},
"isPublic": {
"type": "boolean"
},
"name": {

@@ -21,4 +24,5 @@ "type": "string"

"id",
"isPublic",
"state"
]
}

@@ -6,4 +6,2 @@ {

"anyOf": [
{ "$ref": "https://onegame.schemas/api/v1/auth/auth-create-query.json" },
{ "$ref": "https://onegame.schemas/api/v1/auth/auth.json" },
{ "$ref": "https://onegame.schemas/api/v1/cards/card-array.json" },

@@ -10,0 +8,0 @@ { "$ref": "https://onegame.schemas/api/v1/cards/card.json" },

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