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

@architect/data

Package Overview
Dependencies
Maintainers
7
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/data - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

index.js

@@ -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": {

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