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

et-al

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

et-al - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

.npmignore

3

lib/index.js

@@ -7,2 +7,5 @@ var fs = require('fs');

module.exports = fs.readdirSync(moduleDir)
.filter(function(fileName) {
return fileName !== path.basename(module.parent.filename);
})
.map(function(fileName) {

@@ -9,0 +12,0 @@ return path.join(moduleDir, fileName);

10

package.json

@@ -5,3 +5,3 @@ {

"author": "James Barton <james@neodon.com>",
"version": "1.0.3",
"version": "1.0.4",
"license": "Artistic-2.0",

@@ -25,3 +25,9 @@ "homepage": "https://github.com/neodon/et-al",

],
"analyze": true
"analyze": true,
"devDependencies": {
"chai": "^3.4.1",
"eslint": "^1.9.0",
"jsdoc": "^3.3.3",
"mocha": "^2.3.4"
}
}
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