Socket
Socket
Sign inDemoInstall

amaze-tdd

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amaze-tdd - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

8

lib/amaze.js

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

* Amaze testing suite
* v.0.2.7
* v.0.2.8
*

@@ -53,3 +53,2 @@ * https://npmjs.org/package/amaze-tdd

Assert: require('chai').assert,
Configs: null,
$: require('selenium-query')

@@ -90,6 +89,5 @@ };

fs.stat(process.cwd() + '/.amazerc', function (err, stat) {
if (err) return true;
if (fs.statSync(process.cwd() + '/.amazerc')) {
Amaze.Configs = require(process.cwd() + '/.amazerc');
});
}
}

@@ -96,0 +94,0 @@

{
"name": "amaze-tdd",
"version": "0.2.7",
"version": "0.2.8",
"author": {

@@ -5,0 +5,0 @@ "name": "Chris Rodriguez",

@@ -68,2 +68,5 @@ # Amaze test-driven development

### 0.2.8
* Changed the way the script checks for local configuration files.
### 0.2.7

@@ -70,0 +73,0 @@ * Updated the demo spec test to be more of a sanity check

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