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

react-metrics

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-metrics - npm Package Compare versions

Comparing version 1.0.0-rc2 to 1.0.0

CONTRIBUTING.md

16

karma.conf.cloud.js

@@ -57,4 +57,18 @@ /* eslint-disable camelcase */

customLaunchers: customLaunchers,
browsers: Object.keys(customLaunchers)
browsers: Object.keys(customLaunchers),
captureTimeout: 120000
});
if (process.env.DEBUG_SAUCE) {
config.sauceLabs.connectOptions = {
verbose: true,
doctor: true
};
}
if (process.env.TRAVIS) {
config.sauceLabs.build = "TRAVIS #" + process.env.TRAVIS_BUILD_NUMBER + " (" + process.env.TRAVIS_BUILD_ID + ")";
config.sauceLabs.tunnelIdentifier = process.env.TRAVIS_JOB_NUMBER;
config.transports = ["xhr-polling"];
}
};

6

package.json
{
"name": "react-metrics",
"description": "An analytics library for React.js",
"version": "1.0.0-rc2",
"version": "1.0.0",
"main": "lib/index.js",

@@ -52,3 +52,3 @@ "contributors": [

"eslint-plugin-react": "^3.5.1",
"history": "^1.11.1",
"history": "^1.13.0",
"isparta-loader": "^1.0.0",

@@ -74,3 +74,3 @@ "json-loader": "^0.5.3",

"react-redux": "^4.0.0",
"react-router": "1.0.0-rc3",
"react-router": "^1.0.0-rc4",
"redux": "^3.0.2",

@@ -77,0 +77,0 @@ "sinon": "^1.17.1",

@@ -233,4 +233,10 @@ <img src="http://static.nfl.com/static/content/public/static/img/logos/nfl-engineering-light.svg" width="300" />

## Contributing to this project
Please take a moment to review the [guidelines for contributing](CONTRIBUTING.md).
* [Pull requests](CONTRIBUTING.md#pull-requests)
* [Development Process](CONTRIBUTING.md#development)
## License
MIT

Sorry, the diff of this file is not supported yet

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