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

h3lp

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

h3lp - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

3

domain/factory.js

@@ -12,3 +12,3 @@ "use strict";

const decorators_1 = require("./decorators");
let Factory = exports.Factory = Factory_1 = class Factory {
let Factory = Factory_1 = class Factory {
static add(service, instance) {

@@ -44,2 +44,3 @@ const names = service.split('.');

};
exports.Factory = Factory;
Factory.instances = {};

@@ -46,0 +47,0 @@ exports.Factory = Factory = Factory_1 = __decorate([

@@ -11,3 +11,3 @@ "use strict";

const domain_1 = require("../domain");
let ArrayHelper = exports.ArrayHelper = class ArrayHelper {
let ArrayHelper = class ArrayHelper {
/**

@@ -74,2 +74,3 @@ * Gets an array with no duplicates

};
exports.ArrayHelper = ArrayHelper;
exports.ArrayHelper = ArrayHelper = __decorate([

@@ -76,0 +77,0 @@ (0, domain_1.Service)('h3lp.array')

@@ -25,3 +25,3 @@ "use strict";

const domain_1 = require("../domain");
let FsHelper = exports.FsHelper = class FsHelper {
let FsHelper = class FsHelper {
exists(sourcePath) {

@@ -156,2 +156,3 @@ return __awaiter(this, void 0, void 0, function* () {

};
exports.FsHelper = FsHelper;
exports.FsHelper = FsHelper = __decorate([

@@ -158,0 +159,0 @@ (0, domain_1.Service)('h3lp.fs')

@@ -11,3 +11,3 @@ "use strict";

const domain_1 = require("../domain");
let Validator = exports.Validator = class Validator {
let Validator = class Validator {
get reAlphanumeric() { return /[a-zA-Z0-9_.]+$/; }

@@ -163,2 +163,3 @@ get reInt() { return /^[0-9]+$/; }

};
exports.Validator = Validator;
exports.Validator = Validator = __decorate([

@@ -165,0 +166,0 @@ (0, domain_1.Service)('h3lp.val')

{
"name": "h3lp",
"version": "1.4.2",
"version": "1.4.3",
"description": "Helper for nodeJs",

@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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