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

@loki/browser

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loki/browser - npm Package Compare versions

Comparing version 0.31.0 to 0.31.2

4

package.json
{
"name": "@loki/browser",
"version": "0.31.0",
"version": "0.31.2",
"description": "Loki browser integration",

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

},
"gitHead": "11b7d2d4af62dc47fb8dfb3f996646c88106998a"
"gitHead": "e254843b1c39256c4624429da0d40470479105f7"
}
/* eslint-disable no-underscore-dangle */
const getStories = (window) => {
const getStories = async (window) => {
const getStorybook =

@@ -22,2 +22,9 @@ (window.__STORYBOOK_CLIENT_API__ && window.__STORYBOOK_CLIENT_API__.raw) ||

if (
window.__STORYBOOK_CLIENT_API__.storyStore &&
window.__STORYBOOK_CLIENT_API__.storyStore.cacheAllCSFFiles
) {
await window.__STORYBOOK_CLIENT_API__.storyStore.cacheAllCSFFiles();
}
const isSerializable = (value) => {

@@ -24,0 +31,0 @@ try {

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