Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

self-timer

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

self-timer - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

6

CHANGELOG.md
# self-timer.js Change log
## version 1.5.1 [ 2017/06/12 ]
fixed `is.Mobile` method
## version 1.5.0 [ 2017/06/11 ]
added `is.Mobile` method
## version 1.4.6 [ 2017/04/30 ]

@@ -4,0 +10,0 @@ cahange: no longer necessary initial argument should be `new Date()`

2

package.json
{
"name": "self-timer",
"version": "1.5.0",
"version": "1.5.1",
"description": "light-weight callback runner.",

@@ -5,0 +5,0 @@ "main": "./dist/selftimer.min.js",

@@ -166,3 +166,3 @@ /**

var agetnt = navigator.userAgent;
var agent = navigator.userAgent;

@@ -169,0 +169,0 @@ var mobile = ["Windows Phone", "iPad", "iPhone", "iPod", "Android"];

@@ -193,3 +193,3 @@ /**

var agetnt = navigator.userAgent;
var agent = navigator.userAgent;

@@ -196,0 +196,0 @@ var mobile = ["Windows Phone", "iPad", "iPhone", "iPod", "Android"];

@@ -7,3 +7,3 @@ /**

return {
version: "1.5.0",
version: "1.5.1",
method: {

@@ -10,0 +10,0 @@ on: [

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