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

@rh-support/api

Package Overview
Dependencies
Maintainers
3
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rh-support/api - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

lib/utils/fetch.js

@@ -52,4 +52,6 @@ var __assign = (this && this.__assign) || function () {

if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0)
t[p[i]] = s[p[i]];
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;

@@ -56,0 +58,0 @@ };

{
"name": "@rh-support/api",
"version": "0.0.5",
"version": "0.0.6",
"description": "> TODO: description",

@@ -27,4 +27,5 @@ "author": "Vikas Rathee <vrathee@redhat.com>",

"scripts": {
"build:watch": "rollup -c --watch & tsc -w",
"build": "rimraf lib && rollup -c && tsc",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},

@@ -50,3 +51,3 @@ "dependencies": {

},
"gitHead": "9893e995b9a496e271e5cf5395971ed5fa179c0d"
"gitHead": "0f26ac6c99fce192574de74e33a32a1beae0d706"
}

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