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

@openshift/dynamic-plugin-sdk-utils

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openshift/dynamic-plugin-sdk-utils - npm Package Compare versions

Comparing version 1.0.0-alpha1 to 1.0.0-alpha2

8

dist/index.d.ts

@@ -31,2 +31,6 @@ /**

/**
* Checks if the {@link UtilsConfig} is set.
*/
declare const isUtilsConfigSet: () => boolean;
/**
* Set the {@link UtilsConfig} reference.

@@ -42,3 +46,3 @@ *

*/
declare const getUtilsConfig: () => Readonly<UtilsConfig>;
declare const getUtilsConfig: () => UtilsConfig;

@@ -144,2 +148,2 @@ declare const commonFetch: (url: string, requestInit?: RequestInit | undefined, timeout?: number | undefined, isK8sAPIRequest?: boolean | undefined) => Promise<Response>;

export { UtilsConfig, commonFetch, commonFetchJSON, commonFetchText, getUtilsConfig, k8sCreateResource, k8sDeleteResource, k8sGetResource, k8sListResource, k8sListResourceItems, k8sPatchResource, k8sUpdateResource, setUtilsConfig };
export { UtilsConfig, commonFetch, commonFetchJSON, commonFetchText, getUtilsConfig, isUtilsConfigSet, k8sCreateResource, k8sDeleteResource, k8sGetResource, k8sListResource, k8sListResourceItems, k8sPatchResource, k8sUpdateResource, setUtilsConfig };

@@ -5,5 +5,5 @@ /*

@openshift/dynamic-plugin-sdk-utils version 1.0.0-alpha1
February 28, 2022 at 10:08:57 PM GMT+1
commit bacde5b1d2c25bca0371233f940c8dc9f0ffa739
@openshift/dynamic-plugin-sdk-utils version 1.0.0-alpha2
March 3, 2022 at 7:38:40 PM GMT+1
commit 407651eaba1125c324614a58a68c6e9566cf2bf8
*/

@@ -15,2 +15,8 @@

/**
* Checks if the {@link UtilsConfig} is set.
*/
const isUtilsConfigSet = () => {
return config !== undefined;
};
/**
* Set the {@link UtilsConfig} reference.

@@ -187,2 +193,2 @@ *

export { commonFetch, commonFetchJSON, commonFetchText, getUtilsConfig, k8sCreateResource, k8sDeleteResource, k8sGetResource, k8sListResource, k8sListResourceItems, k8sPatchResource, k8sUpdateResource, setUtilsConfig };
export { commonFetch, commonFetchJSON, commonFetchText, getUtilsConfig, isUtilsConfigSet, k8sCreateResource, k8sDeleteResource, k8sGetResource, k8sListResource, k8sListResourceItems, k8sPatchResource, k8sUpdateResource, setUtilsConfig };
{
"name": "@openshift/dynamic-plugin-sdk-utils",
"version": "1.0.0-alpha1",
"version": "1.0.0-alpha2",
"description": "Provides Kubernetes and React utilities",

@@ -19,3 +19,3 @@ "license": "Apache-2.0",

"prepack": "yarn build",
"prepublish": "yarn test",
"prepublishOnly": "yarn test",
"build": "rm -rf dist && rollup -c",

@@ -26,7 +26,17 @@ "lint": "yarn lint:run --ext .ts,.tsx src rollup.config.js",

"peerDependencies": {
"@openshift/dynamic-plugin-sdk": "^1.0.0",
"lodash-es": "^4.17.21",
"react": "^17.0.2"
"react": "^17.0.2",
"react-redux": "^7.2.2",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1"
},
"dependencies": {
"immutable": "^3.8.2",
"lodash-es": "^4.17.21",
"typesafe-actions": "^4.4.2"
},
"devDependencies": {
"@monorepo/common": "0.0.0-fixed",
"@openshift/dynamic-plugin-sdk": "link:../lib-core",
"@rollup/plugin-node-resolve": "^13.1.1",

@@ -36,4 +46,6 @@ "@rollup/plugin-typescript": "^8.3.0",

"@types/react": "^17.0.37",
"lodash-es": "^4.17.21",
"react": "^17.0.2",
"react-redux": "^7.2.2",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"rollup": "^2.61.1",

@@ -40,0 +52,0 @@ "rollup-plugin-analyzer": "^4.0.0",

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