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

bottle-sample

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bottle-sample - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

34

config/config.js
var ip = '192.168.1.45';
var port = 5555;
var port = 5454;

@@ -10,3 +10,3 @@ module.exports = {

},
db: 'mongodb://localhost/bottle_dev',
db: '$YOUR DB HERE',
facebook: {

@@ -18,4 +18,4 @@ clientID: "APP_ID"

twitter: {
clientID: "hLxvHwTVcC2ehbMfXZcg"
, clientSecret: "8IkEl7GRkTOdCoy6gsk26dauLSD1BaDA1QvpW3o5w"
clientID: "APP_ID"
, clientSecret: "APP_SECRET"
, callbackURL: "http://"+ip+":"+port+"/auth/twitter/callback"

@@ -38,28 +38,4 @@ },

, production: {
root: require('path').normalize(__dirname + '/..'),
app: {
name: 'Hurl'
},
db: 'mongodb://hurl.aws.af.cm/hurl_dev',
facebook: {
clientID: "APP_ID"
, clientSecret: "APP_SECRET"
, callbackURL: "http://localhost:8888/auth/facebook/callback"
},
twitter: {
clientID: "MEsnlKSjt4sBPwWSGt54A"
, clientSecret: "V2uThixOPG4qwJ1iD1QOlKEyvVZmgZq493ONtns3PuI"
, callbackURL: "http://hurl.aws.af.cm/auth/twitter/callback"
},
github: {
clientID: 'APP_ID'
, clientSecret: 'APP_SECRET'
, callbackURL: 'http://localhost:8888/auth/github/callback'
},
google: {
clientID: "APP_ID"
, clientSecret: "APP_SECRET"
, callbackURL: "http://localhost:8888/auth/google/callback"
}
}
}

2

npm-shrinkwrap.json
{
"name": "Bottle",
"version": "0.0.1",
"version": "0.0.2",
"dependencies": {

@@ -5,0 +5,0 @@ "mongoose": {

{
"name": "bottle-sample",
"version": "0.0.1",
"version": "0.0.2",
"description": "A simple random-messaging app",

@@ -5,0 +5,0 @@ "main": "server.js",

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