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 4.2.0 to 5.0.0

17

CHANGELOG.md

@@ -0,1 +1,18 @@

# [5.0.0](https://github.com/NaturalCycles/nodejs-lib/compare/v4.2.0...v5.0.0) (2019-04-30)
### Bug Fixes
* ci ([d2d5f46](https://github.com/NaturalCycles/nodejs-lib/commit/d2d5f46))
### Features
* upgrade joi@14 to @hapi/joi@15 ([68a5802](https://github.com/NaturalCycles/nodejs-lib/commit/68a5802))
### BREAKING CHANGES
* ^^^
# [4.2.0](https://github.com/NaturalCycles/nodejs-lib/compare/v4.1.0...v4.2.0) (2019-04-17)

@@ -2,0 +19,0 @@

1

dist/index.js

@@ -37,2 +37,1 @@ "use strict";

exports.validate = joi_validation_util_1.validate;
//# sourceMappingURL=index.js.map

@@ -75,2 +75,1 @@ "use strict";

exports.processSharedUtil = new ProcessSharedUtil();
//# sourceMappingURL=process.shared.util.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LUXON_ISO_DATE_FORMAT = 'yyyy-MM-dd';
//# sourceMappingURL=time.util.js.map

@@ -27,2 +27,1 @@ "use strict";

exports.unzipToString = unzipToString;
//# sourceMappingURL=zip.util.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const JoiLib = require("joi");
const JoiLib = require("@hapi/joi");
const luxon_1 = require("luxon");

@@ -105,2 +105,1 @@ const time_util_1 = require("../../util/time.util");

}
//# sourceMappingURL=joi.extensions.js.map

@@ -58,2 +58,1 @@ "use strict";

exports.ipAddressSchema = exports.stringSchema.ip();
//# sourceMappingURL=joi.shared.schemas.js.map

@@ -24,2 +24,1 @@ "use strict";

exports.JoiValidationError = JoiValidationError;
//# sourceMappingURL=joi.validation.error.js.map

@@ -94,2 +94,1 @@ "use strict";

}
//# sourceMappingURL=joi.validation.util.js.map
{
"name": "@naturalcycles/nodejs-lib",
"version": "4.2.0",
"version": "5.0.0",
"dependencies": {
"@types/joi": "^14.0.0"
"@types/hapi__joi": "^15.0.1"
},
"peerDependencies": {
"@naturalcycles/js-lib": ">=4",
"joi": "^14.0.4"
"@hapi/joi": "^15.0.0",
"@naturalcycles/js-lib": ">=4"
},
"devDependencies": {
"@hapi/joi": "^15.0.1",
"@naturalcycles/js-lib": "^4.0.0",

@@ -19,3 +20,2 @@ "@naturalcycles/semantic-release": "^1.0.0",

"jest-junit": "^6.2.1",
"joi": "^14.0.4",
"lru-cache": "^5.1.1",

@@ -25,3 +25,2 @@ "luxon": "^1.4.3",

"ts-jest": "^24.0.0",
"ts-node": "^8.0.2",
"tslint": "^5.11.0",

@@ -28,0 +27,0 @@ "typescript": "^3.0.0"

@@ -1,3 +0,3 @@

import { Extension, State, StringSchema, ValidationOptions } from 'joi'
import * as JoiLib from 'joi'
import { Extension, State, StringSchema, ValidationOptions } from '@hapi/joi'
import * as JoiLib from '@hapi/joi'
import { DateTime } from 'luxon'

@@ -4,0 +4,0 @@ import { LUXON_ISO_DATE_FORMAT } from '../../util/time.util'

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

import { SchemaMap } from 'joi'
import { SchemaMap } from '@hapi/joi'
import { Joi } from './joi.extensions'

@@ -3,0 +3,0 @@

@@ -0,3 +1,3 @@

import { ValidationErrorItem } from '@hapi/joi'
import { AppError, ErrorData } from '@naturalcycles/js-lib'
import { ValidationErrorItem } from 'joi'

@@ -4,0 +4,0 @@ /**

@@ -9,4 +9,4 @@ /*

import { SchemaLike, ValidationError, ValidationOptions } from '@hapi/joi'
import { isObject } from '@naturalcycles/js-lib'
import { SchemaLike, ValidationError, ValidationOptions } from 'joi'
import { Joi } from './joi.extensions'

@@ -13,0 +13,0 @@ import { JoiValidationError } from './joi.validation.error'

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