New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uitest

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uitest - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

2

index.js
/* ================================================================
* uitest by xdf(xudafeng[at]126.com)
*
* first created at : Mon Mar 16 2015 19:58:41 GMT+0800 (CST)
* first created at : Sat Aug 13 2016 15:59:46 GMT+0800 (CST)
*

@@ -6,0 +6,0 @@ * ================================================================

/* ================================================================
* uitest by xdf(xudafeng[at]126.com)
*
* first created at : Mon Mar 16 2015 19:58:41 GMT+0800 (CST)
* first created at : Sat Aug 13 2016 15:59:46 GMT+0800 (CST)
*

@@ -6,0 +6,0 @@ * ================================================================

{
"name": "uitest",
"version": "0.1.0",
"version": "1.0.0",
"description": "uitest",
"keywords": [
"uitest"
],
"bin": {

@@ -14,10 +17,12 @@ "uitest": "./bin/uitest"

"dependencies": {
"macaca-electron": "^1.0.8",
"mocha": "^3.0.2"
},
"keywords": ["uitest"],
"devDependencies": {
"co-mocha": "*",
"mocha": "*",
"should": "*",
"jshint": "*",
"istanbul": "*",
"should": "~4.0.4",
"should-http": "0.0.2",
"jshint": "*"
"pre-commit": "1.1.1"
},

@@ -28,3 +33,3 @@ "scripts": {

},
"precommit": [
"pre-commit": [
"jshint"

@@ -31,0 +36,0 @@ ],

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

uitest
===
# uitest

@@ -21,16 +20,10 @@ [![NPM version][npm-image]][npm-url]

> uitest by xdf
> uitest
## Installment
```bash
$ npm i uitest -g
```shell
$ npm i uitest --save-dev
```
## Quick Start
```bash
$ uitest xdf
```
## License

@@ -40,19 +33,2 @@

Copyright (c) 2014 xdf
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Copyright (c) 2015 xdf
/* ================================================================
* uitest by xdf(xudafeng[at]126.com)
*
* first created at : Mon Mar 16 2015 19:58:41 GMT+0800 (CST)
* first created at : Sat Aug 13 2016 15:59:46 GMT+0800 (CST)
*
* ================================================================
* Copyright 2013 xdf
* Copyright xdf
*

@@ -16,5 +16,6 @@ * Licensed under the MIT License

var uitest = require('../');
var uitest = require('..');
describe('test', function(){
});
describe('test', 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

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