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.4 to 0.0.5

20

lib/collection/item.js

@@ -332,22 +332,2 @@ var _ = require('../util').lodash,

return this.request.authorizeUsing(type, options);
},
/**
* Returns the path of the item
*
* @returns {Array<string>}
*/
getPath: function () {
const path = [];
if (typeof this.name === 'string') {
const pushItem = (item) => {
path.push(item.name || '');
};
pushItem(this);
this.forEachParent({ withRoot: true }, pushItem);
}
return path.reverse();
}

@@ -354,0 +334,0 @@ });

4

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

@@ -35,3 +35,3 @@ "author": "Postman Inc.",

"dependencies": {
"@faker-js/faker": "5.5.3",
"@faker-js/faker": "6.3.1",
"file-type": "3.9.0",

@@ -38,0 +38,0 @@ "http-reasons": "0.1.0",

Sorry, the diff of this file is not supported yet

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