New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rapid-io/protocol

Package Overview
Dependencies
Maintainers
6
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rapid-io/protocol - npm Package Compare versions

Comparing version 0.0.49 to 0.0.50

15

lib/schema/rm.js

@@ -23,8 +23,15 @@ 'use strict'

},
'doc-id': {
type: 'string',
pattern: '^[a-zA-Z0-9-_]+$',
doc: {
type: 'object',
properties: {
id: {
type: 'string',
pattern: '^[a-zA-Z0-9-_]+$',
},
},
required: ['id'],
additionalProperties: false,
},
},
required: ['evt-id', 'col-id', 'sub-id', 'doc-id'],
required: ['evt-id', 'col-id', 'sub-id', 'doc'],
additionalProperties: false,

@@ -31,0 +38,0 @@ },

{
"name": "@rapid-io/protocol",
"version": "0.0.49",
"version": "0.0.50",
"description": "Protocol and validation for Rapid.io",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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