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

@begin/data

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@begin/data - npm Package Compare versions

Comparing version 4.0.0-RC.0 to 4.0.0-RC.1

2

package.json
{
"name": "@begin/data",
"version": "4.0.0-RC.0",
"version": "4.0.0-RC.1",
"description": "Begin Data is a durable and fast key/value document store built on top of DynamoDB",

@@ -5,0 +5,0 @@ "main": "index.js",

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

let appName = toLogicalID(`${ARC_APP_NAME}-${ARC_ENV}`)
let Path = `/${appName}/tables`
let Path = `/${appName}`
ssm.getParametersByPath({ Path, Recursive: true }, function done (err, result) {

@@ -33,0 +33,0 @@ if (err) callback(err)

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