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
5
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.13.1 to 0.13.2

3

lib/helpers/setup.js
'use strict';
var RSVP = require('rsvp');
var conf = require('ember-cli-internal-test-helpers/lib/helpers/conf');
var BlueprintNpmTask = require('ember-cli-internal-test-helpers/lib/helpers/disable-npm-on-blueprint');

@@ -34,2 +35,3 @@ var fs = require('fs-extra');

BlueprintNpmTask.disableNPM(Blueprint);
conf.setup();
});

@@ -39,2 +41,3 @@

BlueprintNpmTask.restoreNPM(Blueprint);
conf.restore();
});

@@ -41,0 +44,0 @@

2

package.json
{
"name": "ember-cli-blueprint-test-helpers",
"version": "0.13.1",
"version": "0.13.2",
"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