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

ember-cli-blueprint-test-helpers

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-blueprint-test-helpers - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

4

lib/helpers/blueprint-helper.js

@@ -123,6 +123,6 @@ 'use strict';

if (command === 'generate' && options && options.beforeGenerate || options.afterGenerate) {
if (command === 'generate' && options && (options.beforeGenerate || options.afterGenerate)) {
beforeProcess = options.beforeGenerate;
afterProcess = options.afterGenerate;
} else if (command === 'destroy' && options && options.beforeDestroy || options.afterDestroy) {
} else if (command === 'destroy' && options && (options.beforeDestroy || options.afterDestroy)) {
beforeProcess = options.beforeDestroy;

@@ -129,0 +129,0 @@ afterProcess = options.afterDestroy;

{
"name": "ember-cli-blueprint-test-helpers",
"version": "0.10.0",
"version": "0.10.1",
"description": "Blueprint test helpers for ember-cli. Mocks ember-cli for generate and destroy commands.",

@@ -5,0 +5,0 @@ "main": "index.js",

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