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

@architect/data

Package Overview
Dependencies
Maintainers
6
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 1.0.1 to 1.0.2

6

package.json
{
"name": "@architect/data",
"version": "1.0.1",
"version": "1.0.2",
"description": "Dynamically generate a DynamoDB data access layer from an .arc file",

@@ -22,9 +22,9 @@ "main": "index.js",

"tape": "^4.8.0",
"@architect/workflows": "^1.1.7",
"@architect/workflows": "^1.1.9",
"run-parallel": "^1.1.6"
},
"dependencies": {
"@architect/parser": "^1.0.5",
"@architect/parser": "^1.0.6",
"file-exists": "^4.0.0"
}
}

@@ -33,3 +33,5 @@ var test = require('tape')

t.plan(6)
console.time('data() invocation')
testapp = data() // reads .arc
console.timeEnd('data() invocation')
t.ok(testapp, 'got data')

@@ -36,0 +38,0 @@ t.ok(testapp.hashids, 'has hashids defined')

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