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

njet-configuration

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

njet-configuration - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

8

index.js

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

this.createSchema = function (schemaConfigObject) {
if ((typeof schemaConfigObject) !== 'object') {
throw new Error('Schema expect schema object');
}
return this.expect.schema(schemaConfigObject);
};
this.clearSchema = function () {

@@ -125,0 +133,0 @@ schema = undefined;

6

package.json
{
"name": "njet-configuration",
"version": "0.1.0",
"description": "Configuration handler for njet",
"version": "1.0.0",
"description": "Configuration handler for nodejs projects",
"main": "index.js",
"scripts": {
"test": "mocha --reporter=spec"
"test": "mocha --reporter spec"
},

@@ -9,0 +9,0 @@ "repository": {

@@ -1,2 +0,2 @@

njet-configuration
njet-configuration [![Build Status](https://travis-ci.org/dariuszp/njet-configuration.png?branch=master)](https://travis-ci.org/dariuszp/njet-configuration)
==================

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