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

daily-glry

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daily-glry - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

bower.json
{
"name": "daily-glry",
"version": "0.4.1",
"version": "0.4.2",
"main": "daily-glry.js",

@@ -5,0 +5,0 @@ "description": "Daily comic strip gallery with mobile/touch support.",

@@ -95,3 +95,3 @@ (function (root, factory) {

function getDateFromCookie() {
var date = /date=([^;]+)/;
var date = /date=([^;]+)/.exec(document.cookie);
if (date) {

@@ -98,0 +98,0 @@ return getDateFromString(date[1]);

{
"name": "daily-glry",
"version": "0.4.1",
"version": "0.4.2",
"description": "Daily comic strip gallery with mobile/touch support.",

@@ -5,0 +5,0 @@ "main": "daily-glry.js",

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