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

@instructure/config-loader

Package Overview
Dependencies
Maintainers
31
Versions
1634
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/config-loader - npm Package Compare versions

Comparing version 5.10.0 to 5.11.0

CHANGELOG.md

2

index.js

@@ -48,3 +48,3 @@ /*

const filenames = [`${name}.json`, `${name}rc.js`, `${name}.config.js`]
const filenames = [`${name}.json`, `${name}rc.js`, `${name}.config.js`, `.${name}rc`]

@@ -51,0 +51,0 @@ while (filenames.length) {

{
"name": "@instructure/config-loader",
"version": "5.10.0",
"version": "5.11.0",
"description": "A library to load config files",

@@ -19,3 +19,4 @@ "main": "./index.js",

"access": "public"
}
},
"gitHead": "2c264e9c159cd9049e286a2e47f4187e6b900ecc"
}

@@ -7,3 +7,3 @@ ---

A library to find and load config resource files or config data from package.json files.
A library to find and load config resource files in JSON (something.json or .somethingrc) or JS (somethingrc.js or something.config.js) or config data from package.json files.

@@ -10,0 +10,0 @@ [![npm][npm]][npm-url]

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