@architect/data
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -11,3 +11,3 @@ var fs = require('fs') | ||
// see if we are testing @architect/data itself | ||
var diagnostics = process.env.NODE_ENV === 'testing' && process.env.ARC_CONTRIB === 'yas' | ||
var diagnostics = process.env.NODE_ENV === 'testing' && process.env.hasOwnProperty('ARC_LOCAL') | ||
if (diagnostics) { | ||
@@ -14,0 +14,0 @@ // we are running self diagnostics |
{ | ||
"name": "@architect/data", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Dynamically generate a DynamoDB data access layer from an .arc file", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "NODE_ENV=testing ARC_CONTRIB=yas tape 'test/*-test.js' | tap-spec", | ||
"start": "NODE_ENV=testing ARC_CONTRIB=yas node repl" | ||
"test": "NODE_ENV=testing ARC_LOCAL=yas tape 'test/*-test.js' | tap-spec", | ||
"start": "NODE_ENV=testing ARC_LOCAL=yas node repl" | ||
}, | ||
@@ -10,0 +10,0 @@ "bin": { |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
10632
9
195