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

visibilityjs

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

visibilityjs - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

17

ChangeLog.md

@@ -1,18 +0,23 @@

### 1.2.5 “Explorer 7, solar x-ray”
# Change Log
## 1.2.6 “Discoverer 7, powerless”
* Fix type definitions for TypeScript 2.6 by @marayfirth.
## 1.2.5 “Explorer 7, solar x-ray”
* Add TypeScript definitions by Joel Hernández.
### 1.2.4 “Luna 3, Dark side of the Moon”
## 1.2.4 “Luna 3, Dark side of the Moon”
* Fix race condition by Mikhail Vazhnov.
### 1.2.3 “Vanguard 3, 300 years”
## 1.2.3 “Vanguard 3, 300 years”
* Fix Rails support by @dimko.
### 1.2.2 “Luna 2, impact”
## 1.2.2 “Luna 2, impact”
* Fix Sprockets 3 support by Waseem Sadiq.
* Add Component support by Mitchel Kelonye.
### 1.2.1 “Discoverer 6, again”
## 1.2.1 “Discoverer 6, again”
* Fix Bower config by Misha Ponizil.
### 1.2.0 “Discoverer 5, spy”
## 1.2.0 “Discoverer 5, spy”
* Allow to use in CommonJS.

@@ -19,0 +24,0 @@ * Release npm package.

{
"name": "visibilityjs",
"version": "1.2.5",
"version": "1.2.6",
"homepage": "https://github.com/ai/visibilityjs",

@@ -5,0 +5,0 @@ "authors": ["Andrey A.I. Sitnik <andrey@sitnik.ru>"],

declare module 'visibilityjs' {
export default new Visibility();
const _default: Visibility;
export default _default;

@@ -4,0 +5,0 @@ class Visibility {

{
"name": "visibilityjs",
"version": "1.2.5",
"version": "1.2.6",
"description": "Wrapper for the Page Visibility API",

@@ -13,18 +13,22 @@ "keywords": [

"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ai/visibilityjs.git"
},
"repository": "ai/visibilityjs",
"devDependencies": {
"chai": "3.5.0",
"chai": "4.1.2",
"coffee-script": "^1.12.7",
"fs-extra": "0.30.0",
"mocha": "3.0.2",
"sinon": "1.17.5",
"sinon-chai": "2.8.0",
"uglify-js": "^3.1.3"
"fs-extra": "4.0.2",
"mocha": "4.0.1",
"sinon": "4.1.2",
"sinon-chai": "2.14.0",
"size-limit": "^0.13.1",
"uglify-js": "^3.1.9"
},
"size-limit": [
{
"path": "index.js",
"limit": "780 B"
}
],
"scripts": {
"test": "mocha"
"test": "mocha && size-limit"
}
}
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