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.4 to 0.1.0-alpha.5

2

lib/index.js

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

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

@@ -84,0 +84,0 @@ }

{
"name": "react-refect",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"description": "",

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

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

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

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