Socket
Socket
Sign inDemoInstall

@furystack/repository

Package Overview
Dependencies
Maintainers
1
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 2.0.5 to 2.0.6

2

dist/InjectorExtension.d.ts

@@ -30,5 +30,5 @@ import { Constructable } from '@furystack/inject';

*/
getDataSetFor: <T>(model: Constructable<T>) => DataSet<T>;
getDataSetFor: <T>(model: Constructable<T> | string) => DataSet<T>;
}
}
//# sourceMappingURL=InjectorExtension.d.ts.map
{
"name": "@furystack/repository",
"version": "2.0.5",
"version": "2.0.6",
"description": "Repository implementation for FuryStack",

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

"typings": "./dist/index.d.ts",
"gitHead": "d4be768b87c639857e3240aaa3963df8491e4fcc"
"gitHead": "5fd304e11d9cbd6bd3ab405d5bb03e11f891c1dd"
}

@@ -33,3 +33,3 @@ import { Constructable } from '@furystack/inject'

*/
getDataSetFor: <T>(model: Constructable<T>) => DataSet<T>
getDataSetFor: <T>(model: Constructable<T> | string) => DataSet<T>
}

@@ -44,4 +44,4 @@ }

// tslint:disable-next-line: no-unnecessary-type-annotation
Injector.prototype.getDataSetFor = function<T>(model: Constructable<T>) {
Injector.prototype.getDataSetFor = function<T>(model: Constructable<T> | string) {
return this.getInstance(Repository).getDataSetFor<T>(model)
}

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