Socket
Socket
Sign inDemoInstall

@gospime/autoloader

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.3.1](https://github.com/gospime/autoloader/compare/v1.3.0...v1.3.1) (2020-02-27)
### Bug Fixes
* Extended folder names ([403153b](https://github.com/gospime/autoloader/commit/403153b3c4ca40ed322519c1cbb432773b582f02))
## [1.3.0](https://github.com/gospime/autoloader/compare/v1.2.5...v1.3.0) (2019-11-12)

@@ -7,0 +14,0 @@

8

package.json
{
"name": "@gospime/autoloader",
"version": "1.3.0",
"version": "1.3.1",
"description": "Utility of target modules autoloading",

@@ -42,5 +42,5 @@ "keywords": [

"devDependencies": {
"husky": "^3.0.9",
"jest": "^24.9.0",
"standard-version": "^7.0.0"
"husky": "^4.2.3",
"jest": "^25.1.0",
"standard-version": "^7.1.0"
},

@@ -47,0 +47,0 @@ "engines": {

@@ -14,3 +14,3 @@ const Path = require('path');

// take only first level folder or the file `index.js`
const pattern = `${basename}\\/[-\\w]+(\\/index\\.js|$)`;
const pattern = `${basename}\\/[-\.\\w]+(\\/index\\.js|$)`;
//console.log(pattern);

@@ -17,0 +17,0 @@

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