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

@atofstryker/json-api-parser

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atofstryker/json-api-parser - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

dist/index.d.ts

@@ -1,2 +0,2 @@

import { ResourceModel } from "@atofstryker/store-tool-types";
import { ResourceModel } from "@atofstryker/json-api-types";
declare class JsonApiParser {

@@ -3,0 +3,0 @@ parse(resource: Partial<ResourceModel>): Partial<ResourceModel>;

{
"name": "@atofstryker/json-api-parser",
"version": "0.2.0",
"version": "0.3.0",
"description": "a json api parser that moves resouroce from camel case to kebab case and vice versa",

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

"dependencies": {
"@atofstryker/store-tool-types": "^0.2.0",
"@atofstryker/json-api-types": "^0.3.0",
"lodash": "^4.0.0"

@@ -26,3 +26,3 @@ },

},
"gitHead": "bc70c0f8eca56ba93f15acf56fac51f9e498f291"
"gitHead": "5b3197609f787f876ff3251c6a31af695bcd97d4"
}
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