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.28.0 to 0.29.0

6

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

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

"dependencies": {
"@loki/integration-core": "^0.28.0"
"@loki/integration-core": "^0.29.0"
},

@@ -29,3 +29,3 @@ "publishConfig": {

},
"gitHead": "6cbab143b2367fbf4dddca561c593257c503ff11"
"gitHead": "4be00352e8554d7aff69c49f670fc247a9d22e6e"
}
/* global window */
const {
decorateStorybook,
createReadyStateManager,
} = require('@loki/integration-core');
const { createReadyStateManager } = require('@loki/integration-core');
const populateLokiHelpers = require('./populate-loki-helpers');

@@ -12,4 +9,3 @@

populateLokiHelpers(window, createReadyStateManager());
const getStorybook = decorateStorybook(storybook, window.loki); // Pass window.loki as most likely a different readyStateManager has already been assigned making the previous statement a no-op
populateLokiHelpers(window, { getStorybook });
populateLokiHelpers(window, { getStorybook: () => storybook });
}

@@ -16,0 +12,0 @@ };

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