Socket
Socket
Sign inDemoInstall

@furystack/core

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/core - npm Package Compare versions

Comparing version 12.0.10 to 12.0.11

esm/global-disposable.spec.d.ts

10

package.json
{
"name": "@furystack/core",
"version": "12.0.10",
"version": "12.0.11",
"description": "Core FuryStack package",

@@ -40,11 +40,11 @@ "type": "module",

"devDependencies": {
"@types/node": "^20.5.6",
"@types/node": "^20.8.10",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"vitest": "^0.34.6"
},
"dependencies": {
"@furystack/inject": "^8.1.0",
"@furystack/utils": "^4.0.9"
"@furystack/inject": "^8.1.1",
"@furystack/utils": "^4.0.10"
},
"gitHead": "1045d854bfd8c475b7035471d130d401417a2321"
}
import { Injector } from '@furystack/inject'
import { using, usingAsync } from '@furystack/utils'
import { globalDisposables, exitHandler } from './global-disposables'
import { disposeOnProcessExit } from './helpers'
import { globalDisposables, exitHandler } from './global-disposables.js'
import { disposeOnProcessExit } from './helpers.js'
import { describe, it, expect, vi } from 'vitest'

@@ -6,0 +6,0 @@

import { Injector } from '@furystack/inject'
import { using, usingAsync } from '@furystack/utils'
import { IdentityContext } from './identity-context'
import { isAuthorized, isAuthenticated, getCurrentUser } from './helpers'
import { IdentityContext } from './identity-context.js'
import { isAuthorized, isAuthenticated, getCurrentUser } from './helpers.js'
import { describe, it, expect, vi } from 'vitest'

@@ -6,0 +6,0 @@

@@ -1,3 +0,3 @@

import { InMemoryStore } from './in-memory-store'
import { TestClass, createStoreTest, createMockEntity } from './create-physical-store-tests'
import { InMemoryStore } from './in-memory-store.js'
import { TestClass, createStoreTest, createMockEntity } from './create-physical-store-tests.js'
import { describe, it, expect } from 'vitest'

@@ -4,0 +4,0 @@

import { using, usingAsync } from '@furystack/utils'
import { Injector } from '@furystack/inject'
import { StoreManager } from './store-manager'
import { InMemoryStore } from './in-memory-store'
import { AggregatedError } from './errors'
import { TestClass } from './create-physical-store-tests'
import { StoreManager } from './store-manager.js'
import { InMemoryStore } from './in-memory-store.js'
import { AggregatedError } from './errors/aggregated-error.js'
import { TestClass } from './create-physical-store-tests.js'
import { describe, it, expect } from 'vitest'

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