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 1.0.3 to 1.0.4

2

package.json
{
"name": "rfc6902",
"version": "1.0.3",
"version": "1.0.4",
"description": "Complete implementation of RFC6902 (patch and diff)",

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

@@ -133,3 +133,3 @@ # rfc6902

3. `/flickr-with-uploads/name`: this effectively applies the `/name` pointer to the result of the previous item, which selects the string, `"flickr-with-uploads"`.
4. `/flickr-with-uploads/keywords/1`: Array indices are 0-indexed, so this selects the first item from the `keywords` array, namely, `"api"`.
4. `/flickr-with-uploads/keywords/1`: Array indices are 0-indexed, so this selects the second item from the `keywords` array, namely, `"api"`.

@@ -136,0 +136,0 @@ **Rules:**

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