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

hops-bootstrap

Package Overview
Dependencies
Maintainers
5
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hops-bootstrap - npm Package Compare versions

Comparing version 14.0.1 to 14.1.0

13

CHANGELOG.md

@@ -6,2 +6,15 @@ # Change Log

# [14.1.0](https://github.com/xing/hops/compare/v14.0.1...v14.1.0) (2021-04-20)
### Bug Fixes
* **bootstrap:** adapt validator to breaking changes in ajv ([37e9ea9](https://github.com/xing/hops/commit/37e9ea97b0a2d0ea530e4306a7a43f1dc3a4a5b0))
* update dependency ajv to v8 ([b3f6033](https://github.com/xing/hops/commit/b3f6033dfc1a81303db1c1e0397811dc817cf1ef))
* update dependency ajv-formats to v2 ([5b768f1](https://github.com/xing/hops/commit/5b768f123b7a8f28feebae881724dd43f967007d))
## [14.0.1](https://github.com/xing/hops/compare/v14.0.0...v14.0.1) (2021-03-29)

@@ -8,0 +21,0 @@

2

lib/validator.js

@@ -87,5 +87,5 @@ /* eslint no-unused-vars: ["error", { "varsIgnorePattern": "^_" }] */

return ajv.errors.map(
({ dataPath, message }) => `config${dataPath} ${message}`
({ instancePath, message }) => `config${instancePath} ${message}`
);
}
};
{
"name": "hops-bootstrap",
"version": "14.0.1",
"version": "14.1.0",
"description": "Hops bootstrap",

@@ -15,4 +15,4 @@ "repository": {

"dependencies": {
"ajv": "^7.0.0",
"ajv-formats": "^1.5.1",
"ajv": "^8.0.0",
"ajv-formats": "^2.0.0",
"check-error": "^1.0.2",

@@ -25,3 +25,3 @@ "cosmiconfig": "^7.0.0",

"flat": "^5.0.0",
"hops-debug": "14.0.1",
"hops-debug": "14.1.0",
"is-plain-obj": "^3.0.0",

@@ -40,3 +40,3 @@ "mixinable": "^5.0.1",

},
"gitHead": "f3113e4057a08a1d1fa4d15a24de54ac7dca57e7"
"gitHead": "3f9bbc77f1d3d82012d7a7546f65506687654fac"
}
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