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

hops-mixin

Package Overview
Dependencies
Maintainers
4
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hops-mixin - npm Package Compare versions

Comparing version 13.0.0-alpha.2 to 13.0.0-rc.0

11

CHANGELOG.md

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

# [13.0.0-rc.0](https://github.com/xing/hops/compare/v13.0.0-alpha.2...v13.0.0-rc.0) (2020-09-07)
### Reverts
* Revert "chore: deprecate "hops-mixin" in favor of "hops-bootstrap"" ([79438bb](https://github.com/xing/hops/commit/79438bb1a2054f5ef8362d59b4aefd412cd9be86))
# [13.0.0-alpha.2](https://github.com/xing/hops/compare/v13.0.0-alpha.1...v13.0.0-alpha.2) (2020-08-17)

@@ -8,0 +19,0 @@

13

index.js

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

const { Mixin } = require('hops-bootstrap');
const isPlainObject = require('is-plain-obj');
const { sync, async } = require('mixinable');
const deprecate = require('depd')('hops-mixin');
deprecate(
'[DEP0005] hops-mixin is deprecated. Please import "Mixin" from "hops-bootstrap" and strategies from "mixinable" https://github.com/xing/hops/blob/master/DEPRECATIONS.md#dep0005.'
);
class Mixin {
constructor(config, ...args) {
const options = args[args.length - 1];
this.config = config;
this.options = isPlainObject(options) ? options : {};
}
}

@@ -9,0 +12,0 @@ module.exports = {

{
"name": "hops-mixin",
"version": "13.0.0-alpha.2",
"version": "13.0.0-rc.0",
"description": "Building blocks to build cusom hops mixins",

@@ -20,8 +20,7 @@ "keywords": [

"dependencies": {
"depd": "^2.0.0",
"hops-bootstrap": "^13.0.0-alpha.2",
"is-plain-obj": "^2.0.0",
"mixinable": "^5.0.1"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/mixin#readme",
"gitHead": "6707bff34bf59a7bd33d30152f1393e35296b3d4"
"gitHead": "92230c1e4886e49ab13c10547beb0f26fcd440c5"
}
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