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

@xapp/dynamo-service

Package Overview
Dependencies
Maintainers
6
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xapp/dynamo-service - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

xapp-dynamo-service-1.4.0.tgz

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

### [1.4.1](https://github.com/XappMedia/dynamo-service/compare/v1.4.0...v1.4.1) (2019-10-02)
## [1.4.0](https://github.com/XappMedia/dynamo-service/compare/v1.3.0...v1.4.0) (2019-09-24)

@@ -7,0 +11,0 @@

4

dist/service/DynamoService.d.ts

@@ -39,3 +39,5 @@ import { DynamoDB } from "aws-sdk";

}
export declare type Set<T> = Partial<T>;
export declare type Set<T> = Partial<T> | {
[key: string]: DynamoDB.DocumentClient.AttributeValue;
};
export declare type Remove<T> = (keyof T)[];

@@ -42,0 +44,0 @@ export declare type Append<T> = Partial<T>;

@@ -5,3 +5,3 @@ {

"license": "Apache-2.0",
"version": "1.4.0",
"version": "1.4.1",
"description": "A dynamo help class which will help maintain data integrity.",

@@ -8,0 +8,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

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