Socket
Socket
Sign inDemoInstall

testee-client

Package Overview
Dependencies
41
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.3 to 0.5.4

8

package.json
{
"name": "testee-client",
"version": "0.5.3",
"version": "0.5.4",
"description": "Testee testing framework client adapters",

@@ -31,3 +31,3 @@ "main": "src/index",

"core-js/client/core": {
"format": "amd"
"format": "global"
},

@@ -51,3 +51,3 @@ "socket.io-client/dist/socket.io": {

"chai": "^3.5.0",
"core-js": "^2.4.1",
"core-js": "^2.5.7",
"feathers": "^2.0.1",

@@ -65,3 +65,3 @@ "feathers-client": "^1.6.1",

"mocha": "^3.0.2",
"qunitjs": "^2.1.1",
"qunit": "^2.4.1",
"socket.io-client": "^1.7.2",

@@ -68,0 +68,0 @@ "steal": "^1.0.0-rc.3",

@@ -1,2 +0,2 @@

module('Test module');
QUnit.module('Test module');

@@ -13,3 +13,3 @@ test('A failing test', function() {

module('Other module');
QUnit.module('Other module');

@@ -16,0 +16,0 @@ test('It does something async', function() {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc