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

@furystack/rest

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/rest - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

dist/endpoint-models/get-endpoint.d.ts

@@ -10,3 +10,3 @@ import { PartialResult, FindOptions } from '@furystack/core';

*/
select: FindOptions<T, Array<keyof T>>['select'];
select?: FindOptions<T, Array<keyof T>>['select'];
};

@@ -13,0 +13,0 @@ url: {

@@ -5,3 +5,3 @@ /**

export declare type PatchEndpoint<T> = {
body: T;
body: Partial<T>;
url: {

@@ -8,0 +8,0 @@ id: T[keyof T];

{
"name": "@furystack/rest",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generic REST package",

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

"dependencies": {
"@furystack/inject": "^4.0.50",
"@furystack/inject": "^4.0.51",
"tslib": "^2.1.0"

@@ -40,3 +40,3 @@ },

"typings": "./dist/index.d.ts",
"gitHead": "24502ef573887f7fe7db61d5e6f79967a6c45723"
"gitHead": "8765d0d11d7b63a57dd5463ba883f9d69a8a9931"
}

@@ -11,3 +11,3 @@ import { PartialResult, FindOptions } from '@furystack/core'

*/
select: FindOptions<T, Array<keyof T>>['select']
select?: FindOptions<T, Array<keyof T>>['select']
}

@@ -14,0 +14,0 @@ url: {

@@ -5,5 +5,5 @@ /**

export type PatchEndpoint<T> = {
body: T
body: Partial<T>
url: { id: T[keyof T] }
result: {}
}

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