Socket
Socket
Sign inDemoInstall

serverless-plugin-common-excludes

Package Overview
Dependencies
0
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.1.0

9

common-excludes.js

@@ -30,7 +30,12 @@ 'use strict';

'.npmrc',
'.nycrc',
'.npmignore',
'*coveralls.yml',
'.circleci/**',
'*circle.yml',
'*travis.yml',
'*.md',
'package-lock.json',
'.npm-upgrade.json',
'sonar-project.properties',
// common project directories

@@ -62,3 +67,5 @@ 'coverage/**',

'node_modules/**/*.jpg',
'node_modules/**/*.jpeg'
'node_modules/**/*.jpeg',
// module-specific odd things
'node_modules/**/winston/scratch/**'
])

@@ -65,0 +72,0 @@ ));

2

package.json
{
"name": "serverless-plugin-common-excludes",
"version": "2.0.1",
"version": "2.1.0",
"description": "Adds some common exclude items to your package exclude",

@@ -5,0 +5,0 @@ "main": "common-excludes.js",

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