Socket
Socket
Sign inDemoInstall

rfc6902

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rfc6902 - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

6

diff.d.ts

@@ -27,3 +27,3 @@ import { Pointer } from './pointer';

path: string;
value: string;
value: any;
}

@@ -37,3 +37,3 @@ export interface RemoveOperation {

path: string;
value: string;
value: any;
}

@@ -53,3 +53,3 @@ export interface MoveOperation {

path: string;
value: string;
value: any;
}

@@ -56,0 +56,0 @@ export declare type Operation = AddOperation | RemoveOperation | ReplaceOperation | MoveOperation | CopyOperation | TestOperation;

{
"name": "rfc6902",
"version": "2.2.1",
"version": "2.2.2",
"description": "Complete implementation of RFC6902 (patch and diff)",

@@ -5,0 +5,0 @@ "keywords": [

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