Socket
Socket
Sign inDemoInstall

@silvermine/serverless-plugin-external-sns-events

Package Overview
Dependencies
2
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

.markdownlint.json

15

Gruntfile.js
'use strict';
var markdownlint = require('markdownlint');
module.exports = function(grunt) {

@@ -21,9 +23,20 @@

markdownlint: {
all: {
src: [ 'README.md' ],
options: {
// eslint-disable-next-line no-sync
config: markdownlint.readConfigSync('.markdownlint.json'),
},
},
},
});
grunt.loadNpmTasks('grunt-eslint');
grunt.loadNpmTasks('grunt-markdownlint');
grunt.registerTask('standards', [ 'eslint' ]);
grunt.registerTask('standards', [ 'eslint', 'markdownlint' ]);
grunt.registerTask('default', [ 'standards' ]);
};

24

package.json
{
"name": "@silvermine/serverless-plugin-external-sns-events",
"version": "1.2.0",
"version": "1.2.1",
"description": "Plugin for the SLS 1.x branch to provide better support for SNS events to your Lambda functions",
"main": "src/index.js",
"scripts": {
"test": "grunt standards && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec 'src/tests/**/*.test.js'"
"commitlint": "commitlint --from 368ff8f",
"test": "check-node-version --npm 6.14.12 && nyc mocha -- 'src/tests/**/*.test.js'",
"standards": "npm run commitlint && grunt standards"
},

@@ -28,14 +30,16 @@ "author": "Jeremy Thomerson",

"class.extend": "0.9.2",
"underscore": "1.8.3"
"underscore": "1.13.1"
},
"devDependencies": {
"@silvermine/eslint-config": "1.5.0",
"@commitlint/cli": "12.1.1",
"@commitlint/travis-cli": "12.1.1",
"@silvermine/eslint-config": "3.0.1",
"@silvermine/standardization": "1.0.3",
"check-node-version": "4.0.3",
"coveralls": "3.0.2",
"eslint": "4.18.1",
"expect.js": "0.3.1",
"grunt": "1.0.3",
"grunt-eslint": "20.1.0",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"mocha-lcov-reporter": "1.2.0",
"grunt": "1.4.0",
"grunt-eslint": "22.0.0",
"mocha": "8.4.0",
"nyc": "15.1.0",
"q": "1.4.1",

@@ -42,0 +46,0 @@ "sinon": "1.17.5"

@@ -32,3 +32,3 @@ # Serverless Plugin: External SNS Events

```
```yaml
functions:

@@ -35,0 +35,0 @@ doSomething:

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc