New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@api-platform/admin

Package Overview
Dependencies
Maintainers
0
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api-platform/admin - npm Package Versions

1
46
10

2.6.7

Diff
dunglas
published 2.6.7 •

Changelog

Source

2.6.7

  • Always use an array for inputChildren in guessers
dunglas
published 2.6.6 •

Changelog

Source

2.6.6

  • Do not use modern operators
dunglas
published 2.6.5 •

Changelog

Source

2.6.5

  • Accept extraInformation in data passed to data provider. Use a hasFileField field to force multipart encoding.
  • CreateGuesser and EditGuesser add the hasFileField field to extraInformation if a child is a File
dunglas
published 2.6.4 •

Changelog

Source

2.6.4

  • Call toJSON instead of JSON.stringify when there is a toJSON property in a form data value
dunglas
published 2.6.3 •

Changelog

Source

2.6.3

  • Use JSON.stringify when there is a toJSON property in a form data value
dunglas
published 2.6.2 •

Changelog

Source

2.6.2

  • Downgrade history
  • Remove final-form-submit-errors
dunglas
published 2.6.1 •

Changelog

Source

2.6.1

  • Bump dependencies (history, jsonld)
dunglas
published 2.6.0 •

Changelog

Source

2.6.0

  • Submission errors per field
  • Add missing props for SimpleForm and Datagrid in guessers
  • Improve react-admin compatibility
  • Hydra: return id when deleting in the data provider
dunglas
published 2.5.8 •

Changelog

Source

2.5.8

  • Fix customSagas prop type in AdminGuesser
  • Pause validation when the Final Form field is registered in InputGuesser
dunglas
published 2.5.7 •

Changelog

Source

2.5.7

  • Add rowClick prop in ListGuesser
  • Do not display user menu if there is no auth provider
  • Do not use guessers in ResourceGuesser if create, edit, show, list props have a falsy value
  • Add ESLint hook rules