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

bloody-simple-s3

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bloody-simple-s3 - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

dist/BloodySimpleS3.js

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 0.6.0 - 2015-11-10
* Rewrite in es2015 using babel + gulp
* Replace jshint with eslint, which provides better support for es2015
* Update npm dependencies: aws-sdk@2.2.15, lodash@3.10.1, bluebird@3.0.5, dotenv@1.2.0, mocha@2.3.3, chai@3.4.1
## 0.5.0 - 2015-05-25

@@ -2,0 +8,0 @@

27

package.json
{
"name": "bloody-simple-s3",
"version": "0.5.0",
"version": "0.6.0",
"description": "A bloody simple interface to S3, based on the official AWS sdk",

@@ -9,4 +9,6 @@ "repository": {

},
"main": "src/BloodySimpleS3.js",
"main": "dist/BloodySimpleS3.js",
"scripts": {
"build": "gulp clean && gulp build",
"prepublish": "npm run build",
"test": "node test/index.js"

@@ -31,12 +33,21 @@ },

"dependencies": {
"aws-sdk": "^2.1.28",
"bluebird": "^2.9.25",
"lodash": "^3.8.0",
"aws-sdk": "^2.2.15",
"bluebird": "^3.0.5",
"customerror": "^1.0.1",
"lodash": "^3.10.1",
"type-of": "^2.0.1"
},
"devDependencies": {
"chai": "^2.3.0",
"dotenv": "^1.1.0",
"mocha": "^2.2.5"
"chai": "^3.4.1",
"dotenv": "^1.2.0",
"mocha": "^2.3.3",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-plumber": "^1.0.1",
"gulp-rimraf": "^0.2.0",
"babel": "^6.0.15",
"babel-core": "^6.1.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.1.3",
"babel-preset-es2015": "^6.1.2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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