Comparing version 2.1.5 to 2.1.6
{ | ||
"name": "etfdb-api", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "ETFdb.com API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -42,3 +42,3 @@ # ETFdb.com API (React, Vue, Angular, Node.js) | ||
class Eodhistoricaldata extends React.Component { | ||
class Etfdb extends React.Component { | ||
componentDidMount() { | ||
@@ -45,0 +45,0 @@ api.listHoldings('VGT').then(data => this.setState({ data })); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9631