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

@universal-packages/module-loader

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@universal-packages/module-loader - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

loadModules.js

@@ -30,4 +30,4 @@ "use strict";

exports.loadModules = void 0;
const directory_traversal_1 = require("@universal-packages/directory-traversal");
const path_1 = __importDefault(require("path"));
const directory_traversal_1 = require("@universal-packages/directory-traversal");
/**

@@ -34,0 +34,0 @@ *

{
"name": "@universal-packages/module-loader",
"version": "1.0.1",
"version": "1.0.2",
"description": "Imports deeply all modules in a directory as a list to use later",

@@ -9,3 +9,3 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)",

"types": "index.d.ts",
"repository": "git://git@github.com/universal-packages/universal-module-loader.git",
"repository": "git://git@github.com:universal-packages/universal-module-loader.git",
"scripts": {

@@ -15,3 +15,4 @@ "build": "tsc --p tsconfig.dis.json",

"test:full": "jest --coverage --verbose",
"test:clear": "jest --clearCache"
"test:clear": "jest --clearCache",
"format": "prettier --write \"./{src,tests}/**/*.{ts,tsx,js,jsx,json}\""
},

@@ -22,2 +23,3 @@ "dependencies": {

"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/jest": "^28.1.0",

@@ -27,2 +29,3 @@ "@types/node": "^17.0.39",

"jest-circus": "^28.1.0",
"prettier": "^2.8.7",
"ts-jest": "^28.0.4",

@@ -51,4 +54,15 @@ "typescript": "^4.7.3"

"printWidth": 180,
"trailingComma": "none"
"trailingComma": "none",
"importOrder": [
"^[./]"
],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"importOrderParserPlugins": [
"typescript",
"jsx",
"classProperties",
"decorators-legacy"
]
}
}

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