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

aws-sdk

Package Overview
Dependencies
Maintainers
1
Versions
1965
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-sdk - npm Package Compare versions

Comparing version 2.0.10 to 2.0.11

2

lib/core.js

@@ -20,3 +20,3 @@ /**

*/
VERSION: '2.0.10',
VERSION: '2.0.11',

@@ -23,0 +23,0 @@ /**

@@ -297,2 +297,3 @@ var Collection = require('./collection');

this.toType = function(value) {
if (typeof value === 'boolean') return value;
if (value === null || value === undefined) return null;

@@ -299,0 +300,0 @@ return value === 'true';

{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.0.10",
"version": "2.0.11",
"author": {

@@ -6,0 +6,0 @@ "name":"Amazon Web Services",

@@ -21,3 +21,3 @@ # AWS SDK for JavaScript [![Version](https://badge.fury.io/js/aws-sdk.png)](http://badge.fury.io/js/aws-sdk) [![Build Status](https://travis-ci.org/aws/aws-sdk-js.png?branch=master)](https://travis-ci.org/aws/aws-sdk-js)

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.10.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.11.min.js"></script>

@@ -24,0 +24,0 @@ ### In Node.js

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