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 2.0.0 to 2.0.1

3

ChangeLog.md
# Change Log
## 2.0.1 “Transit 1B, navigation”
* Fix type definitions by @michaelgmcd.
## 2.0 “TIROS-1, clouds”

@@ -4,0 +7,0 @@ * Remove Bower support.

2

index.d.ts

@@ -9,3 +9,3 @@ declare module 'visibilityjs' {

export function hidden(): boolean;
export function unbind(id: number);
export function unbind(id: number): void;
export function change(listener: VisiblityChangeListener): number|boolean;

@@ -12,0 +12,0 @@ export function stop(id: number): boolean;

{
"name": "visibilityjs",
"version": "2.0.0",
"version": "2.0.1",
"description": "Wrapper for the Page Visibility API",

@@ -17,5 +17,5 @@ "keywords": [

"mocha": "5.2.0",
"sinon": "^5.0.7",
"sinon-chai": "3.0.0",
"size-limit": "^0.18.1"
"sinon": "^6.0.0",
"sinon-chai": "3.1.0",
"size-limit": "^0.18.2"
},

@@ -22,0 +22,0 @@ "scripts": {

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