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

solution-center-tracking

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solution-center-tracking

Reusable business event tracking for the Solution Center

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Weekly downloads
 
Created
Source

solution-center-tracking

Reusable service for tracking Brand Solutions business events

Usage

  1. Install
npm install solution-center-tracking
  1. Add the module depencency:
angular.module('myModule', ['solutioncenter.tracking'])
  1. Inject the service and call track with an Event:
function myFunc(ScTrackingService) {
  let event = new Event();
  ScTrackingService.track(event);
}

Develop

Clone the repository, then run:

npm install

Availble commands

  • npm start: Run the webpack build and tests in watch mode
  • npm run test: Run the unit tests and generate a coverage report
    • open coverage/index.html: after running unit tests, open the coverage report.
  • npm run test:watch: Run the unit tests in watch mode
  • npm run build: Run the webpack build and minify. Generates output in dist/.
  • npm run build: watch: Run the build in watch mode

Contributing

Before opening a pull request, please ensure that you have included unit tests for your changes and that all tests are passing.

License

MIT

Keywords

FAQs

Package last updated on 12 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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