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

ember-cli-profitwell

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-profitwell - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

addon/services/profitwell.js

@@ -5,4 +5,6 @@ import Ember from 'ember';

setUserEmail(email) {
window.profitwell('user_email', email);
if (window.profitwell) {
window.profitwell('user_email', email);
}
}
});
{
"name": "ember-cli-profitwell",
"version": "0.0.1",
"version": "0.0.2",
"description": "An Ember CLI addon for integrating with ProfitWell",

@@ -5,0 +5,0 @@ "repository": "https://github.com/sutori/ember-cli-profitwell",

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