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

jsona

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsona - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

package.json
{
"name": "jsona",
"description": "Provide data formatters (data model builder & json builder) to work with JSON API specification v1.0 in your JavaScript / TypeScript code",
"version": "1.4.0",
"version": "1.4.1",
"keywords": [

@@ -6,0 +6,0 @@ "json-api",

@@ -30,3 +30,4 @@ # Jsona

You need to instantiate Jsona ones, then use it's public methods to convert data.
```
```javascript
import Jsona from 'jsona';
const dataFormatter = new Jsona();

@@ -148,3 +149,5 @@ ```

Also, there is built-in [switchCasePropertyMappers](src/switchCasePropertyMappers.ts), that you can use if need to automatically transform property names from kebab, snake, camel case and back.
### License
Jsona, examples provided in this repository and in the documentation are [MIT licensed](./LICENSE).
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