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

jasmine-ts

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasmine-ts - npm Package Compare versions

Comparing version 0.0.4 to 0.1.0

lib/index.js

21

package.json
{
"name": "jasmine-ts",
"version": "0.0.4",
"version": "0.1.0",
"description": "Execute jasmine with ts-node",
"main": "index.js",
"bin": "index.js",
"main": "lib/index.js",
"bin": "lib/index.js",
"scripts": {
"test": "typings i && node index.js -- spec/jasmine-ts.spec.ts"
"test": "tslint index.ts && tsc && node lib/index.js -- spec/jasmine-ts.spec.ts",
"prepublishOnly": "tsc"
},

@@ -28,10 +29,12 @@ "repository": {

"dependencies": {
"jasmine": "^2.4.1",
"ts-node": "^1.2.1",
"typescript": "^2.0.0"
"jasmine": "^2.5.3",
"ts-node": "^2.1.0",
"typescript": "^2.2.1"
},
"devDependencies": {
"typings": "^1.3.2",
"jasmine-spec-reporter": "^2.5.0"
"@types/jasmine": "^2.5.46",
"@types/node": "^7.0.8",
"jasmine-spec-reporter": "^3.2.0",
"tslint": "^4.5.1"
}
}

@@ -41,3 +41,3 @@ # jasmine-ts

{
"name": "jasmine-spec-reporter",
"name": "jasmine-spec-reporter#SpecReporter",
"options": {

@@ -50,2 +50,4 @@ "displayStacktrace": "all"

```
If the reporters are not the default export of the module,
you can reference another export by using the `#` separator.

@@ -52,0 +54,0 @@ * Run the tests

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