Socket
Socket
Sign inDemoInstall

@web/config-loader

Package Overview
Dependencies
Maintainers
6
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/config-loader - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

7

CHANGELOG.md
# @web/config-loader
## 0.0.2
### Patch Changes
- 095f80d: remove unneeded try catch
## 0.0.1
### Patch Changes
- f7c3e08: Create a separate config loader package

8

package.json
{
"name": "@web/config-loader",
"version": "0.0.1",
"version": "0.0.2",
"publishConfig": {

@@ -23,9 +23,9 @@ "access": "public"

"test": "mocha test/**/*.test.js --require ts-node/register --reporter progress",
"test:ci": "echo 'no tests for this package yet'",
"test:ci": "yarn test",
"test:watch": "mocha test/**/*.test.js --watch --watch-files .,src,test --reporter progress"
},
"files": [
"src",
"*.d.ts",
"*.js",
"*.d.ts"
"src"
],

@@ -32,0 +32,0 @@ "keywords": [

@@ -8,8 +8,4 @@ const getPackageType = require('./getPackageType');

// when not using an es modules
try {
const importConfigFunction = require('./importConfig');
return importConfigFunction(configPath);
} catch (error) {
console.log('error lol', error);
}
const importConfigFunction = require('./importConfig');
return importConfigFunction(configPath);
}

@@ -16,0 +12,0 @@

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