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.0.7 to 0.1.0

6

dist/index.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.3
// Generated by CoffeeScript 1.10.0
var React, objectAsign;

@@ -34,3 +34,3 @@

if (this.props.style) {
style = objectAsign(this.props.style, size);
style = objectAsign({}, this.props.style, size);
}

@@ -41,3 +41,3 @@ bounceStyle = {

if (this.props.loading) {
return React.createElement("div", React.__spread({}, this.props, {
return React.createElement("div", Object.assign({}, this.props, {
"className": classes,

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

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

@@ -19,4 +19,5 @@ "browserify": {

"devDependencies": {
"coffee-react": "^3.0.1",
"coffee-script": "^1.9.1"
"react": ">=0.15.0",
"coffee-react": "^5.0.0",
"coffee-script": "^1.10.0"
},

@@ -33,3 +34,3 @@ "homepage": "https://github.com/blackbing/react-ajaxing",

"peerDependencies": {
"react": ">=0.12.0"
"react": ">=0.15.0"
},

@@ -36,0 +37,0 @@ "repository": {

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