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

jsonapi-circular-deserializer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonapi-circular-deserializer - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

index.js

@@ -54,7 +54,7 @@ const initializeResource = (flatResources, resource) => {

if (Array.isArray(json.data)) {
return parseResource(flatResources, json.data)
} else {
return json.data
.map(resource => parseResource(flatResources, resource))
} else {
return parseResource(flatResources, json.data)
}
}
{
"name": "jsonapi-circular-deserializer",
"version": "0.0.2",
"version": "0.0.3",
"description": "memory optimized json api deserializer",

@@ -5,0 +5,0 @@ "main": "index.js",

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