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.53 to 0.0.54

14

lib/schema/del.js

@@ -19,5 +19,13 @@ 'use strict'

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

@@ -24,0 +32,0 @@ },

@@ -26,2 +26,3 @@ 'use strict'

},
etag: { type: 'string' },
body: { type: 'object' },

@@ -28,0 +29,0 @@ },

@@ -26,2 +26,3 @@ 'use strict'

},
etag: { type: 'string' },
body: { type: 'object' },

@@ -28,0 +29,0 @@ },

{
"name": "@rapid-io/protocol",
"version": "0.0.53",
"version": "0.0.54",
"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