Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@smarterservices/iam-react-client

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smarterservices/iam-react-client - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

index.js

@@ -63,3 +63,3 @@ 'use strict';

//if this child has action and resource run auth against it
if (child.props.iamAction && child.props.iamResource) {
if (child.props && child.props.iamAction && child.props.iamResource) {
//either return the child or blank based on iam authorize

@@ -85,2 +85,2 @@ return _openIam2.default.authorize(child.props.iamResource, child.props.iamAction, _openIam2.default.processIamData(localIam)) ? child : '';

exports.default = ValidateConstructor;
exports.default = ValidateConstructor;
{
"name": "@smarterservices/iam-react-client",
"version": "0.0.3",
"version": "0.0.4",
"devDependencies": {

@@ -5,0 +5,0 @@ "react-scripts": "0.9.5"

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