New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alternator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alternator - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0

0

index.js

@@ -0,0 +0,0 @@ var AWS = require('aws-sdk'),

3

package.json
{
"name": "alternator",
"version": "0.1.1",
"version": "1.0.0",
"description": "A simplified API to DynamoDB",

@@ -20,2 +20,3 @@ "main": "index.js",

"aws-sdk": "^2.2.39",
"deep-equal": "^1.0.1",
"generic-errors": "^2.0.1",

@@ -22,0 +23,0 @@ "merge": "^1.2.0",

@@ -7,9 +7,7 @@ # Alternator

DynamoDB is hard to figure out and the state of the docs really doesn't help
Use this module at your own risk.
DynamoDB is hard to figure out and the state of the docs really doesn't help. Use this module at your own risk!
## Usage
```
```js
var alternator = require('alternator');

@@ -106,4 +104,2 @@

}, callback); // -> righto : nothing
```
```

@@ -0,0 +0,0 @@ var test = require('./test'),

@@ -0,0 +0,0 @@ var test = require('tape'),

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