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

react-native-indicator

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-indicator - npm Package Compare versions

Comparing version 0.6.8 to 0.7.0

5

lib/loader/BreathingLoader.js

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {Animated, ART} from 'react-native';

@@ -63,2 +64,2 @@ const {Surface} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {Animated, ART} from 'react-native';

@@ -84,2 +85,2 @@ const {Surface} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {Animated, ART} from 'react-native';

@@ -84,2 +85,2 @@ const {Surface} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {ART, Animated, View, Easing} from 'react-native';

@@ -96,2 +97,2 @@ const {Surface, Group} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {Animated, ART, Easing} from 'react-native';

@@ -120,2 +121,2 @@ const {Surface, Group} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import {Animated, ART, Easing} from 'react-native';

@@ -75,2 +76,2 @@ const {Surface} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {Animated, ART} from 'react-native';

@@ -69,2 +70,2 @@ const {Surface} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {Animated, ART} from 'react-native';

@@ -79,2 +80,2 @@ const {Surface, Shape, Path} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {ART, Animated, Dimensions} from 'react-native';

@@ -87,2 +88,2 @@ const {Surface} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {Animated, ART} from 'react-native';

@@ -80,2 +81,2 @@ import AnimatedBar from '../animated/AnimatedBar';

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {Animated, ART} from 'react-native';

@@ -87,2 +88,2 @@ import Bar from '../shape/Bar2';

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {Animated, ART} from 'react-native';

@@ -92,2 +93,2 @@ const {Surface} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import {Animated, ART} from 'react-native';

@@ -62,2 +63,2 @@ const {Surface} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {Animated, ART} from 'react-native';

@@ -85,2 +86,2 @@ const {Surface} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {ART, Animated, View, Easing} from 'react-native';

@@ -69,2 +70,2 @@ const {Surface, Group} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {ART, Animated, View, Easing} from 'react-native';

@@ -71,2 +72,2 @@ const {Surface, Group} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {ART, Animated, View, Easing} from 'react-native';

@@ -69,2 +70,2 @@ const {Surface, Transform, Path, Shape} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import {Animated, Text, View} from 'react-native';

@@ -65,2 +66,2 @@

}
}
}

@@ -7,3 +7,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {ART} from 'react-native';

@@ -30,2 +31,2 @@ const {Shape, Path} = ART;

}
}
}

@@ -7,3 +7,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {ART} from 'react-native';

@@ -30,2 +31,2 @@ const {Shape, Path} = ART;

}
}
}

@@ -7,3 +7,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {ART} from 'react-native';

@@ -30,2 +31,2 @@ const {Shape, Path} = ART;

}
}
}

@@ -6,3 +6,4 @@ /**

import React, {Component, PropTypes} from 'react';
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import {ART} from 'react-native';

@@ -28,2 +29,2 @@ const {Shape, Path} = ART;

}
}
}

7

package.json
{
"name": "react-native-indicator",
"version": "0.6.8",
"version": "0.7.0",
"description": "React Native Indicator Component",

@@ -24,3 +24,6 @@ "main": "index.js",

},
"homepage": "https://github.com/wangdicoder/react-native-indicator#readme"
"homepage": "https://github.com/wangdicoder/react-native-indicator#readme",
"dependencies": {
"prop-types": "^15.6.0"
}
}

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