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

@appolo/inject

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appolo/inject - npm Package Compare versions

Comparing version 8.0.8 to 8.0.9

2

lib/inject.js

@@ -55,3 +55,2 @@ "use strict";

this._isInitialized = true;
await this._events.afterInitialize.fireEventAsync();
}

@@ -155,2 +154,3 @@ initDefinitions() {

this._isInitialized = true;
await this._events.afterInitialize.fireEventAsync();
}

@@ -157,0 +157,0 @@ _prepareInjectParams(def) {

@@ -100,3 +100,2 @@ "use strict";

await (this._events.afterInitialize as Event<void>).fireEventAsync();
}

@@ -245,2 +244,3 @@

this._isInitialized = true;
await (this._events.afterInitialize as Event<void>).fireEventAsync();
}

@@ -247,0 +247,0 @@

@@ -34,3 +34,3 @@ {

"main": "./index.js",
"version": "8.0.8",
"version": "8.0.9",
"license": "MIT",

@@ -37,0 +37,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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