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

mocha-typescript

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-typescript - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

0

index.d.ts

@@ -0,0 +0,0 @@ /**

13

index.js

@@ -10,8 +10,9 @@ "use strict";

var afterEach = global.afterEach;
var testNameSymbol = Symbol("test");
var instanceSymbol = Symbol("instance");
var slowSymbol = Symbol("slow");
var timeoutSymbol = Symbol("timout");
var onlySymbol = Symbol("only");
var skipSymbol = Symbol("skip");
var nodeSymbol = global.Symbol || (function (key) { return "__mts_" + key; });
var testNameSymbol = nodeSymbol("test");
var instanceSymbol = nodeSymbol("instance");
var slowSymbol = nodeSymbol("slow");
var timeoutSymbol = nodeSymbol("timout");
var onlySymbol = nodeSymbol("only");
var skipSymbol = nodeSymbol("skip");
function suite(target) {

@@ -18,0 +19,0 @@ var decoratorName = typeof target === "string" && target;

{
"name": "mocha-typescript",
"version": "1.0.3",
"version": "1.0.4",
"description": "TypeScript decorators based wrapper over mocha's interface",

@@ -17,14 +17,11 @@ "main": "index.js",

"dependencies": {},
"peerDependencies": {
"mocha": "*"
},
"devDependencies": {
"assert": "^1.3.0",
"mocha": "^2.4.5",
"mocha": "^2.5.3",
"typescript": "^1.8.9"
},
"files": [
"index.js",
"index.d.ts"
"index.js",
"index.d.ts"
]
}

@@ -0,0 +0,0 @@ # TypeScript Decorators Based Interface for Mocha

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