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

@loki/target-chrome-core

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loki/target-chrome-core - npm Package Compare versions

Comparing version 0.21.1 to 0.22.0

8

package.json
{
"name": "@loki/target-chrome-core",
"version": "0.21.1",
"version": "0.22.0",
"description": "Loki Chrome target core lib",

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

"dependencies": {
"@loki/browser": "^0.21.1",
"@loki/core": "^0.21.0"
"@loki/browser": "^0.22.0",
"@loki/core": "^0.22.0"
},

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

},
"gitHead": "c7429d38b5155d825994ca0cde445c1009b1a9f3"
"gitHead": "0afc976871107720e6eddcf70f5a582a9dc958b0"
}

@@ -10,3 +10,4 @@ const debug = require('debug')('loki:chrome');

awaitSelectorPresent,
addLokiSessionMarker,
setLokiIsRunning,
setLokiTestAttribute,
} = require('@loki/browser');

@@ -177,2 +178,3 @@ const {

await evaluateOnNewDocument(`(${disableInputCaret})(window);`);
await evaluateOnNewDocument(`(${setLokiIsRunning})(window);`);

@@ -195,5 +197,6 @@ debug(`Navigating to ${url}`);

debug('Awaiting runtime setup');
await executeFunctionWithWindow(setLokiTestAttribute);
await executeFunctionWithWindow(awaitLokiReady);
await executeFunctionWithWindow(addLokiSessionMarker);
};

@@ -200,0 +203,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