New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@naturalcycles/nodejs-lib

Package Overview
Dependencies
Maintainers
3
Versions
421
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@naturalcycles/nodejs-lib - npm Package Compare versions

Comparing version 6.2.0 to 6.3.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [6.3.0](https://github.com/NaturalCycles/nodejs-lib/compare/v6.2.0...v6.3.0) (2019-05-19)
### Features
* export alphabets ([905da7e](https://github.com/NaturalCycles/nodejs-lib/commit/905da7e))
# [6.2.0](https://github.com/NaturalCycles/nodejs-lib/compare/v6.1.0...v6.2.0) (2019-05-19)

@@ -2,0 +9,0 @@

4

dist/index.d.ts
import { processSharedUtil } from './infra/process.shared.util';
import { base64ToBuffer, base64ToString, bufferToBase64, hash, md5, stringToBase64 } from './security/hash.util';
import { stringId } from './security/id.util';
import { ALPHABET_ALPHANUMERIC, ALPHABET_ALPHANUMERIC_LOWERCASE, ALPHABET_ALPHANUMERIC_UPPERCASE, ALPHABET_LOWERCASE, ALPHABET_NUMBER, ALPHABET_UPPERCASE, stringId } from './security/id.util';
import { requireEnvKeys } from './util/env.util';

@@ -11,2 +11,2 @@ import { LRUMemoCache } from './util/lruMemoCache';

import { getValidationResult, JoiValidationResult, validate } from './validation/joi/joi.validation.util';
export { JoiValidationError, JoiValidationResult, validate, getValidationResult, Joi, ExtendedJoi, booleanSchema, stringSchema, numberSchema, integerSchema, dateStringSchema, arraySchema, binarySchema, objectSchema, anySchema, anyObjectSchema, idSchema, unixTimestampSchema, verSchema, emailSchema, SEM_VER_PATTERN, semVerSchema, userAgentSchema, utcOffsetSchema, ipAddressSchema, processSharedUtil, zipBuffer, unzipBuffer, zipString, unzipToString, requireEnvKeys, LRUMemoCache, stringId, md5, hash, stringToBase64, base64ToString, bufferToBase64, base64ToBuffer, };
export { JoiValidationError, JoiValidationResult, validate, getValidationResult, Joi, ExtendedJoi, booleanSchema, stringSchema, numberSchema, integerSchema, dateStringSchema, arraySchema, binarySchema, objectSchema, anySchema, anyObjectSchema, idSchema, unixTimestampSchema, verSchema, emailSchema, SEM_VER_PATTERN, semVerSchema, userAgentSchema, utcOffsetSchema, ipAddressSchema, processSharedUtil, zipBuffer, unzipBuffer, zipString, unzipToString, requireEnvKeys, LRUMemoCache, stringId, ALPHABET_NUMBER, ALPHABET_LOWERCASE, ALPHABET_UPPERCASE, ALPHABET_ALPHANUMERIC_LOWERCASE, ALPHABET_ALPHANUMERIC_UPPERCASE, ALPHABET_ALPHANUMERIC, md5, hash, stringToBase64, base64ToString, bufferToBase64, base64ToBuffer, };

@@ -13,2 +13,8 @@ "use strict";

const id_util_1 = require("./security/id.util");
exports.ALPHABET_ALPHANUMERIC = id_util_1.ALPHABET_ALPHANUMERIC;
exports.ALPHABET_ALPHANUMERIC_LOWERCASE = id_util_1.ALPHABET_ALPHANUMERIC_LOWERCASE;
exports.ALPHABET_ALPHANUMERIC_UPPERCASE = id_util_1.ALPHABET_ALPHANUMERIC_UPPERCASE;
exports.ALPHABET_LOWERCASE = id_util_1.ALPHABET_LOWERCASE;
exports.ALPHABET_NUMBER = id_util_1.ALPHABET_NUMBER;
exports.ALPHABET_UPPERCASE = id_util_1.ALPHABET_UPPERCASE;
exports.stringId = id_util_1.stringId;

@@ -15,0 +21,0 @@ const env_util_1 = require("./util/env.util");

{
"name": "@naturalcycles/nodejs-lib",
"version": "6.2.0",
"version": "6.3.0",
"dependencies": {

@@ -5,0 +5,0 @@ "@naturalcycles/js-lib": "^7.0.0",

@@ -10,3 +10,11 @@ import { processSharedUtil } from './infra/process.shared.util'

} from './security/hash.util'
import { stringId } from './security/id.util'
import {
ALPHABET_ALPHANUMERIC,
ALPHABET_ALPHANUMERIC_LOWERCASE,
ALPHABET_ALPHANUMERIC_UPPERCASE,
ALPHABET_LOWERCASE,
ALPHABET_NUMBER,
ALPHABET_UPPERCASE,
stringId,
} from './security/id.util'
import { requireEnvKeys } from './util/env.util'

@@ -82,2 +90,8 @@ import { LRUMemoCache } from './util/lruMemoCache'

stringId,
ALPHABET_NUMBER,
ALPHABET_LOWERCASE,
ALPHABET_UPPERCASE,
ALPHABET_ALPHANUMERIC_LOWERCASE,
ALPHABET_ALPHANUMERIC_UPPERCASE,
ALPHABET_ALPHANUMERIC,
md5,

@@ -84,0 +98,0 @@ hash,

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