🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@types/ember-testing-helpers

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ember-testing-helpers - npm Package Compare versions

Comparing version
0.0.3
to
0.0.4
+3
-0
ember-testing-helpers/index.d.ts
// Type definitions for ember-testing/lib/helpers
// Project: https://github.com/emberjs/ember.js/tree/master/packages/ember-testing/lib/helpers
// Definitions by: Chris Krycho <https://github.com/chriskrycho>
// James C. Davis <https://github.com/jamescdavis>
// Dan Freeman <https://github.com/dfreeman>
// Mike North <https://github.com/mike-north>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -5,0 +8,0 @@ // TypeScript Version: 2.4

+23
-6
{
"name": "@types/ember-testing-helpers",
"version": "0.0.3",
"version": "0.0.4",
"description": "TypeScript definitions for ember-testing/lib/helpers",

@@ -11,16 +11,33 @@ "license": "MIT",

"githubUsername": "chriskrycho"
},
{
"name": "James C. Davis",
"url": "https://github.com/jamescdavis",
"githubUsername": "jamescdavis"
},
{
"name": "Dan Freeman",
"url": "https://github.com/dfreeman",
"githubUsername": "dfreeman"
},
{
"name": "Mike North",
"url": "https://github.com/mike-north",
"githubUsername": "mike-north"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/ember-testing-helpers"
},
"scripts": {},
"dependencies": {
"@types/rsvp": "*",
"@types/jquery": "*"
"@types/jquery": "*",
"@types/rsvp": "*"
},
"typesPublisherContentHash": "84fd7d4f9c41af21ecca3584ec7f3f1e1d5dc9e792774fde81d72e84029e0f08",
"typeScriptVersion": "2.4"
"typesPublisherContentHash": "6800ec109df7a32dd4013d0928c387cb013b36f172f64b124b6c455ae7c2f20c",
"typeScriptVersion": "2.8"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ember-testing-helpers
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ember-testing-helpers.
Additional Details
* Last updated: Fri, 13 Oct 2017 10:31:50 GMT
* Dependencies: rsvp, jquery
### Additional Details
* Last updated: Sat, 28 Mar 2020 18:54:12 GMT
* Dependencies: [@types/rsvp](https://npmjs.com/package/@types/rsvp), [@types/jquery](https://npmjs.com/package/@types/jquery)
* Global values: none
# Credits
These definitions were written by Chris Krycho <https://github.com/chriskrycho>.
These definitions were written by [Chris Krycho](https://github.com/chriskrycho), [James C. Davis](https://github.com/jamescdavis), [Dan Freeman](https://github.com/dfreeman), and [Mike North](https://github.com/mike-north).