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

@loki/is-loki-running

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loki/is-loki-running - npm Package Compare versions

Comparing version 0.22.0 to 0.23.0

4

package.json
{
"name": "@loki/is-loki-running",
"version": "0.22.0",
"version": "0.23.0",
"description": "Loki test indicator",

@@ -26,3 +26,3 @@ "keywords": [

},
"gitHead": "0afc976871107720e6eddcf70f5a582a9dc958b0"
"gitHead": "510fd0501e27efde006d906b60a0cf1e41c49015"
}
module.exports = function isLokiRunning(win = global) {
// eslint-disable-next-line no-underscore-dangle
return Boolean(win.loki && win.loki.isRunning);
};
/* eslint-env browser */
module.exports = function isLokiRunning(win = window) {
// eslint-disable-next-line no-underscore-dangle
return Boolean(win.loki && win.loki.isRunning);
};
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