Socket
Socket
Sign inDemoInstall

@furystack/rest-service

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/rest-service - npm Package Compare versions

Comparing version 6.2.5 to 6.2.6

24

package.json
{
"name": "@furystack/rest-service",
"version": "6.2.5",
"version": "6.2.6",
"description": "Repository implementation for FuryStack",

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

"dependencies": {
"@furystack/core": "^11.2.1",
"@furystack/inject": "^7.1.3",
"@furystack/logging": "^3.1.3",
"@furystack/repository": "^6.1.3",
"@furystack/rest": "^4.1.3",
"@furystack/security": "^2.1.3",
"@furystack/utils": "^3.1.3",
"ajv": "^8.11.2",
"@furystack/core": "^11.2.2",
"@furystack/inject": "^7.1.4",
"@furystack/logging": "^3.1.4",
"@furystack/repository": "^6.1.4",
"@furystack/rest": "^4.1.4",
"@furystack/security": "^2.1.4",
"@furystack/utils": "^3.1.4",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",

@@ -46,5 +46,5 @@ "path-to-regexp": "^6.2.1",

"devDependencies": {
"@furystack/rest-client-fetch": "^4.1.3",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9"
"@furystack/rest-client-fetch": "^4.1.4",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18"
},

@@ -51,0 +51,0 @@ "typings": "./types/index.d.ts",

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

const entityToCreate = await request.readPostBody<WithOptionalId<T, typeof dataSet['primaryKey']>>()
const entityToCreate = await request.readPostBody<WithOptionalId<T, (typeof dataSet)['primaryKey']>>()
const { created } = await dataSet.add(injector, entityToCreate)

@@ -28,0 +28,0 @@ if (!created || !created.length) {

@@ -23,3 +23,3 @@ import { Socket } from 'net'

done()
}) as typeof msg['end']
}) as (typeof msg)['end']

@@ -38,3 +38,3 @@ msg.sendActionResult(JsonResult(jsonValue))

done()
}) as typeof msg['end']
}) as (typeof msg)['end']

@@ -41,0 +41,0 @@ msg.sendActionResult(PlainTextResult(textValue))

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