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.2.0 to 0.2.1

2

lib/index.js

@@ -29,3 +29,3 @@ #!/usr/bin/env node

const command = new Command(path.resolve(), examplesDir, console.log);
const configPath = process.env.JASMINE_CONFIG_PATH || "spec/support/jasmine.json";
const configPath = yargs_1.argv.config || process.env.JASMINE_CONFIG_PATH || "spec/support/jasmine.json";
const initReporters = (config) => {

@@ -32,0 +32,0 @@ if (config.reporters && config.reporters.length > 0) {

{
"name": "jasmine-ts",
"version": "0.2.0",
"version": "0.2.1",
"description": "Execute jasmine with ts-node",

@@ -8,3 +8,3 @@ "main": "lib/index.js",

"scripts": {
"test": "tslint index.ts && tsc && node lib/index.js spec/jasmine-ts.spec.ts",
"test": "tslint index.ts && tsc && node lib/index.js --config=spec/jasmine.json spec/jasmine-ts.spec.ts",
"prepublishOnly": "tsc"

@@ -11,0 +11,0 @@ },

Sorry, the diff of this file is not supported yet

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