Comparing version 0.2.0 to 0.2.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 2 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113262
16
2444
7
8
2
+ Addedhttp-enhanced@*
+ Addedregex-router@*
+ Addedhttp-enhanced@0.6.0(transitive)
+ Addedregex-router@2.0.0(transitive)