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

feat-skip-requests-package-collection

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feat-skip-requests-package-collection - npm Package Compare versions

Comparing version 0.0.8 to 0.0.10

5

lib/collection/item.js

@@ -342,3 +342,6 @@ var _ = require('../util').lodash,

pushItem = (item) => {
path.push(item.name || '');
path.push({
id: item && item.id,
name: item && item.name
});
};

@@ -345,0 +348,0 @@

2

package.json
{
"name": "feat-skip-requests-package-collection",
"version": "0.0.8",
"version": "0.0.10",
"description": "Enables developers to use a unified Postman Collection format Object across projects",

@@ -5,0 +5,0 @@ "author": "Postman Inc.",

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