Socket
Socket
Sign inDemoInstall

@furystack/repository

Package Overview
Dependencies
Maintainers
0
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/repository - npm Package Compare versions

Comparing version 10.0.6 to 10.0.7

1

esm/data-set.d.ts

@@ -24,3 +24,2 @@ import type { CreateResult, FilterType, FindOptions, PartialResult, WithOptionalId } from '@furystack/core';

readonly settings: DataSetSettings<T, TPrimaryKey, TWritableData>;
[Symbol.dispose](): void;
/**

@@ -27,0 +26,0 @@ * Primary key of the contained entity

@@ -8,5 +8,2 @@ import { AuthorizationError } from '@furystack/core';

settings;
[Symbol.dispose]() {
super[Symbol.dispose]();
}
/**

@@ -13,0 +10,0 @@ * Primary key of the contained entity

6

package.json
{
"name": "@furystack/repository",
"version": "10.0.6",
"version": "10.0.7",
"description": "Repository implementation for FuryStack",

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

"dependencies": {
"@furystack/core": "^15.0.6",
"@furystack/inject": "^12.0.4",
"@furystack/core": "^15.0.7",
"@furystack/inject": "^12.0.5",
"@furystack/utils": "^8.0.4"

@@ -44,0 +44,0 @@ },

@@ -18,6 +18,2 @@ import type { CreateResult, FilterType, FindOptions, PartialResult, WithOptionalId } from '@furystack/core'

{
public [Symbol.dispose]() {
super[Symbol.dispose]()
}
/**

@@ -24,0 +20,0 @@ * Primary key of the contained entity

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