Socket
Socket
Sign inDemoInstall

@architect/data

Package Overview
Dependencies
1
Maintainers
7
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.4 to 3.0.5

5

db.js

@@ -5,3 +5,3 @@ let aws = require('aws-sdk')

// ensure NODE_ENV
if (typeof process.env.NODE_ENV === 'undefined')
if (typeof process.env.NODE_ENV === 'undefined')
process.env.NODE_ENV = 'testing'

@@ -20,2 +20,5 @@

if (!process.env.AWS_REGION)
process.env.AWS_REGION = 'us-west-1'
let DB = aws.DynamoDB

@@ -22,0 +25,0 @@ let endpoint = new aws.Endpoint('http://localhost:5000')

3

doc.js

@@ -19,2 +19,5 @@ let aws = require('aws-sdk')

if (!process.env.AWS_REGION)
process.env.AWS_REGION = 'us-west-1'
// get a ref to the db

@@ -21,0 +24,0 @@ let Doc = aws.DynamoDB.DocumentClient

{
"name": "@architect/data",
"version": "3.0.4",
"version": "3.0.5",
"description": "Dynamically generate a DynamoDB data access layer from an .arc file",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/arc-repos/arc-data",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc