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

lighttest

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lighttest - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

lighttest.js~

4

lighttest.js

@@ -140,3 +140,3 @@ /**

*
* @version 0.1.0
* @version 0.1.3
*

@@ -271,2 +271,3 @@ * Copyright (c) 2014 asvd <heliosframework@gmail.com>

// restart requested
lighttest._state = 'nothing';
var tests = lighttest._pendingTests;

@@ -328,4 +329,3 @@ var callback = lighttest._pendingCallback;

module.exports = lighttest;

@@ -5,3 +5,3 @@ {

"description": "clear testing environment with a flow control",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "http://asvd.github.io/lighttest/",

@@ -8,0 +8,0 @@ "repository": {

@@ -24,7 +24,7 @@ Lighttest — a clear testing environment

```js
include('http://asvd.github.io/lighttest/lighttest-0.1.2.js');
include('http://asvd.github.io/lighttest/lighttest-0.1.3.js');
```
Optionally you may [download the
distribution](https://github.com/asvd/lighttest/releases/download/v0.1.2/lighttest-0.1.2.tar.gz),
distribution](https://github.com/asvd/lighttest/releases/download/v0.1.3/lighttest-0.1.3.tar.gz),
unpack it, and include the library locally.

@@ -45,3 +45,3 @@

- *Anywhere else* — download the Lighttest
[bundle](https://github.com/asvd/lighttest/releases/download/v0.1.2/lighttest-bundled-0.1.2.tar.gz),
[bundle](https://github.com/asvd/lighttest/releases/download/v0.1.3/lighttest-bundled-0.1.3.tar.gz),
unpack it and then load the `lighttest.js` in any suitable way: the

@@ -252,3 +252,3 @@ bundle is a plain JavaScript file simply declaring the global

```js
include('http://asvd.github.io/lighttest/lighttest-0.1.2.js');
include('http://asvd.github.io/lighttest/lighttest-0.1.3.js');

@@ -255,0 +255,0 @@ init = function() {

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