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.0 to 0.5.1

test/jasmine2/jasmine2.html

12

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

@@ -11,9 +11,3 @@ "main": "src/index",

"test": "npm run jshint && npm run build && npm run grunt",
"preversion": "npm test",
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
"postversion": "git push --tags && git checkout master && git branch -D release && git push && npm run build",
"release:pre": "npm version prerelease && npm publish --tag pre",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
"preversion": "npm test"
},

@@ -70,3 +64,3 @@ "repository": {

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

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

@@ -10,3 +10,3 @@ module('Test module');

ok(true, 'Test ran!');
console.log('Fail');
console.log('This is a test of console.log collection');
});

@@ -22,2 +22,2 @@

}, 200);
});
});

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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

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