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

react-ajaxing

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ajaxing - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

dist/index.js

@@ -24,3 +24,3 @@ // Generated by CoffeeScript 1.10.0

render: function() {
var bounceStyle, classes, size, style;
var bounceStyle, classes, exProps, size, style;
classes = 'react-ajaxing';

@@ -40,4 +40,6 @@ if (this.props.className) {

};
exProps = objectAsign({}, this.props);
delete exProps.loading;
if (this.props.loading) {
return React.createElement("div", Object.assign({}, this.props, {
return React.createElement("div", Object.assign({}, exProps, {
"className": classes,

@@ -44,0 +46,0 @@ "style": style

{
"name": "react-ajaxing",
"description": "tell the component ajax is sending",
"version": "0.1.0",
"version": "0.1.1",
"author": "Bingo Yang <blackbing@gmail.com>",

@@ -6,0 +6,0 @@ "browserify": {

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