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.1 to 0.0.2

2

lib/parsers.js

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

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

@@ -20,2 +21,3 @@

'.hjson': parseHJSON,
'.json5': parseJSON5,
'.alce': parseALCE,

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

3

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

@@ -54,2 +54,3 @@ "author": {

"utils-json-parse": "^1.0.0",
"utils-json5-parse": "^1.0.0",
"utils-toml-parse": "^1.0.0",

@@ -56,0 +57,0 @@ "utils-yaml-parse": "^1.0.0",

@@ -43,2 +43,3 @@ Load

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

@@ -45,0 +46,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