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

app-etc-load

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-etc-load - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

lib/parsers.js

@@ -9,2 +9,3 @@ 'use strict';

parseALCE = require( 'utils-alce-parse' ),
parseHJSON = require( 'utils-hjson-parse' ),
noop = function noop() {};

@@ -18,2 +19,3 @@

'.cjson': noop,
'.hjson': parseHJSON,
'.alce': parseALCE,

@@ -20,0 +22,0 @@ '.toml': parseTOML,

6

package.json
{
"name": "app-etc-load",
"version": "0.0.0",
"version": "0.0.1",
"description": "Loads a configuration file.",

@@ -42,3 +42,4 @@ "author": {

"cjson",
"alce"
"alce",
"hjson"
],

@@ -52,2 +53,3 @@ "bugs": {

"utils-extname": "^1.0.0",
"utils-hjson-parse": "^1.0.0",
"utils-json-parse": "^1.0.0",

@@ -54,0 +56,0 @@ "utils-toml-parse": "^1.0.0",

@@ -42,2 +42,3 @@ Load

* [JSON](https://github.com/kgryte/utils-json-parse): `*.json`
* [HJSON](https://github.com//kgryte/utils-hjson-parse): `*.hjson`
* [ALCE](https://github.com/kgryte/utils-alce-parse): `*.alce`

@@ -44,0 +45,0 @@ * `*.js`

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