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.7.0 to 0.8.0

2

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

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

@@ -5,10 +5,12 @@ import Ember from "ember";

return Ember.$.fauxjax.new({
type: verb || "GET",
url: url,
status: status || 200,
dataType: "json",
contentType: "application/json",
responseText: json,
data: post_data,
cache: false
request: {
url: url,
method: verb || "GET",
data: post_data,
cache: false
},
response: {
status: status || 200,
content: json
}
});

@@ -15,0 +17,0 @@ };

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