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

andlog

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

andlog - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

12

andlog.js
// follow @HenrikJoreteg and @andyet if you like this ;)
(function () {
function getLocalStorageSafely() {
var localStorage;
try {
localStorage = window.localStorage;
} catch (e) {
// failed: access to localStorage is denied
}
return localStorage;
}
var inNode = typeof window === 'undefined',
ls = !inNode && window.localStorage,
ls = !inNode && getLocalStorageSafely(),
out = {};

@@ -6,0 +16,0 @@

2

package.json
{
"name": "andlog",
"version": "1.0.0",
"version": "1.0.1",
"author": "Henrik Joreteg <henrik@andyet.net>",

@@ -5,0 +5,0 @@ "description": "Super-simple, client-side CommonJS logging thingy",

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