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

ember-cli-test-helpers

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.5.2 to 0.6.0

2

package.json
{
"name": "ember-cli-test-helpers",
"version": "0.5.2",
"version": "0.6.0",
"description": "A collection of test helpers for ember web applications",

@@ -5,0 +5,0 @@ "scripts": {

@@ -0,1 +1,10 @@

import Application from '../../app';
Application.initializer({
name: 'ember-cli-test-helpers-extract-container',
initialize: function(c) {
window.__container__ = c;
}
});
var lookup = function(name) {

@@ -2,0 +11,0 @@ var container = window.__container__;

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