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.2 to 3.0.3

2

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

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

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

// helper to split the arn and return just the physical table name
let table = arn=> arn.split('table/')[1]
let table = arn=> arn.split('table/')[1].replace('/*', '')
// helper to return the tables as: {logicalID, physicalID}

@@ -31,0 +31,0 @@ let map = tbl=> ({logicalID: tbl.split('-')[1], physicalID: tbl})

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