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

bcycle

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bcycle - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

server.js

3

database.js

@@ -1,3 +0,2 @@

/// <reference path="type_declarations/node/node.d.ts" />
/// <reference path="type_declarations/async/async.d.ts" />
/// <reference path="type_declarations/index.d.ts" />
var path = require('path');

@@ -4,0 +3,0 @@ var async = require('async');

@@ -1,3 +0,2 @@

/// <reference path="type_declarations/node/node.d.ts" />
/// <reference path="type_declarations/async/async.d.ts" />
/// <reference path="type_declarations/index.d.ts" />
import path = require('path');

@@ -33,3 +32,3 @@ import async = require('async');

// these interfaces represent the database tables
interface Program {
export interface Program {
id: number; // PK

@@ -43,3 +42,3 @@ bcycle_program_id: number;

}
interface Kiosk {
export interface Kiosk {
id: number; // PK

@@ -61,3 +60,3 @@ program_id: number; // FK

}
interface Status {
export interface Status {
id: number; // PK

@@ -64,0 +63,0 @@ kiosk_id: number; // FK

@@ -7,3 +7,3 @@ {

],
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/chbrown/bcycle",

@@ -16,2 +16,4 @@ "repository": "git://github.com/chbrown/bcycle.git",

"loge": "*",
"http-enhanced": "*",
"regex-router": "*",
"request": "*",

@@ -18,0 +20,0 @@ "sqlcmd-pg": "*",

@@ -1,3 +0,2 @@

/// <reference path="type_declarations/node/node.d.ts" />
/// <reference path="type_declarations/request/request.d.ts" />
/// <reference path="type_declarations/index.d.ts" />
var request = require('request');

@@ -4,0 +3,0 @@ var PublicAPI = (function () {

@@ -1,3 +0,2 @@

/// <reference path="type_declarations/node/node.d.ts" />
/// <reference path="type_declarations/request/request.d.ts" />
/// <reference path="type_declarations/index.d.ts" />
import request = require('request');

@@ -4,0 +3,0 @@

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