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

react-refect

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-refect - npm Package Compare versions

Comparing version 0.1.0-alpha.9 to 0.1.0-alpha.10

4

lib/index.js

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

_this.namespace = getNamespace(parentNamespace, props.namespace || options.defaultNamespace);
_this.namespace = getNamespace(parentNamespace, props.namespace);
return _this;

@@ -189,3 +189,3 @@ }

}, _class.defaultProps = {
namespace: ''
namespace: options.defaultNamespace
}, _class.uuid = Math.random(), _class.options = options.options, _temp);

@@ -192,0 +192,0 @@

{
"name": "react-refect",
"version": "0.1.0-alpha.9",
"version": "0.1.0-alpha.10",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -60,3 +60,3 @@ import React, { Component, PropTypes } from 'react';

static defaultProps = {
namespace: '',
namespace: options.defaultNamespace,
};

@@ -79,3 +79,3 @@

this.namespace = getNamespace(parentNamespace, props.namespace || options.defaultNamespace);
this.namespace = getNamespace(parentNamespace, props.namespace);
}

@@ -82,0 +82,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