New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

controltower

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

controltower - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

config-sample.js

2

package.json
{
"name": "controltower",
"version": "0.2.0",
"version": "0.2.1",
"main": "./src/index.js",

@@ -5,0 +5,0 @@ "license": "AGPL-3.0",

'use strict';
var _config = require('../config.js');
var _config2 = _interopRequireDefault(_config);
var _choo = require('choo');

@@ -23,6 +27,2 @@

const fbConfig = {
appId: '1691821884476309'
};
const app = (0, _choo2.default)();

@@ -40,3 +40,3 @@ app.model({

},
subscriptions: [(0, _fbSetup2.default)(fbConfig)]
subscriptions: [(0, _fbSetup2.default)(_config2.default.facebook)]
});

@@ -43,0 +43,0 @@

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