Socket
Socket
Sign inDemoInstall

@furystack/inject

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/inject - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

1

dist/Injector.js

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

if (s.dispose) {
console.log(`Disposing ${s.constructor.name}...`);
return s.dispose() || Promise.resolve();

@@ -29,0 +28,0 @@ }

4

package.json
{
"name": "@furystack/inject",
"version": "4.0.1",
"version": "4.0.2",
"description": "Core FuryStack package",

@@ -53,3 +53,3 @@ "main": "dist/index.js",

"typings": "./dist/index.d.ts",
"gitHead": "b06043e4b53a8389175682728d9cfe6987f976bc"
"gitHead": "a1e3f2d18e83c7856ccd2015514541a8aba15c77"
}

@@ -19,3 +19,2 @@ import { Disposable } from '@sensenet/client-utils'

if (s.dispose) {
console.log(`Disposing ${s.constructor.name}...`)
return s.dispose() || Promise.resolve()

@@ -22,0 +21,0 @@ }

Sorry, the diff of this file is not supported yet

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