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

kitsu-core

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kitsu-core - npm Package Compare versions

Comparing version 10.0.0-alpha.5 to 10.0.0-alpha.6

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [10.0.0-alpha.6](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v10.0.0-alpha.5...v10.0.0-alpha.6) (2020-08-22)
### Chores
* **release:** update documentation ([e71b1dc](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/e71b1dc))
# [10.0.0-alpha.5](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v10.0.0-alpha.4...v10.0.0-alpha.5) (2020-08-04)

@@ -8,0 +19,0 @@

4

package.json
{
"version": "10.0.0-alpha.5",
"version": "10.0.0-alpha.6",
"name": "kitsu-core",

@@ -60,3 +60,3 @@ "description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components",

],
"gitHead": "cdac6310b820941638cd6cf77b4609d49293b0d1",
"gitHead": "ab552d6a651f3ef925b7bde8cc9a11767c884a8e",
"devDependencies": {

@@ -63,0 +63,0 @@ "@size-limit/preset-small-lib": "~4.5.0"

@@ -130,3 +130,3 @@ <h1 align=center>Kitsu Core</h1>

[packages/kitsu-core/src/deattribute/index.js:29-51](https://github.com/wopian/kitsu/blob/e29946a6e887369340dfb6e3ff3a01e2397f040e/packages/kitsu-core/src/deattribute/index.js#L29-L51 "Source code on GitHub")
[packages/kitsu-core/src/deattribute/index.js:29-51](https://github.com/wopian/kitsu/blob/aa56def40bd02c3e0fd7bb26f7e67596cc5063ad/packages/kitsu-core/src/deattribute/index.js#L29-L51 "Source code on GitHub")

@@ -175,3 +175,3 @@ Hoists attributes to be top-level

[packages/kitsu-core/src/deserialise/index.js:57-72](https://github.com/wopian/kitsu/blob/e29946a6e887369340dfb6e3ff3a01e2397f040e/packages/kitsu-core/src/deserialise/index.js#L57-L72 "Source code on GitHub")
[packages/kitsu-core/src/deserialise/index.js:57-72](https://github.com/wopian/kitsu/blob/aa56def40bd02c3e0fd7bb26f7e67596cc5063ad/packages/kitsu-core/src/deserialise/index.js#L57-L72 "Source code on GitHub")

@@ -228,3 +228,3 @@ Deserialises a JSON-API response

[packages/kitsu-core/src/error/index.js:27-33](https://github.com/wopian/kitsu/blob/e29946a6e887369340dfb6e3ff3a01e2397f040e/packages/kitsu-core/src/error/index.js#L27-L33 "Source code on GitHub")
[packages/kitsu-core/src/error/index.js:27-33](https://github.com/wopian/kitsu/blob/aa56def40bd02c3e0fd7bb26f7e67596cc5063ad/packages/kitsu-core/src/error/index.js#L27-L33 "Source code on GitHub")

@@ -266,3 +266,3 @@ Uniform error handling for Axios, JSON:API and internal package errors. Mutated Error object is rethrown to the caller.

[packages/kitsu-core/src/filterIncludes/index.js:33-46](https://github.com/wopian/kitsu/blob/e29946a6e887369340dfb6e3ff3a01e2397f040e/packages/kitsu-core/src/filterIncludes/index.js#L33-L46 "Source code on GitHub")
[packages/kitsu-core/src/filterIncludes/index.js:33-46](https://github.com/wopian/kitsu/blob/aa56def40bd02c3e0fd7bb26f7e67596cc5063ad/packages/kitsu-core/src/filterIncludes/index.js#L33-L46 "Source code on GitHub")

@@ -306,3 +306,3 @@ Filters includes for the specific relationship requested

[packages/kitsu-core/src/linkRelationships/index.js:97-117](https://github.com/wopian/kitsu/blob/e29946a6e887369340dfb6e3ff3a01e2397f040e/packages/kitsu-core/src/linkRelationships/index.js#L97-L117 "Source code on GitHub")
[packages/kitsu-core/src/linkRelationships/index.js:97-117](https://github.com/wopian/kitsu/blob/aa56def40bd02c3e0fd7bb26f7e67596cc5063ad/packages/kitsu-core/src/linkRelationships/index.js#L97-L117 "Source code on GitHub")

@@ -345,3 +345,3 @@ Links relationships to included data

[packages/kitsu-core/src/query/index.js:33-44](https://github.com/wopian/kitsu/blob/e29946a6e887369340dfb6e3ff3a01e2397f040e/packages/kitsu-core/src/query/index.js#L33-L44 "Source code on GitHub")
[packages/kitsu-core/src/query/index.js:33-44](https://github.com/wopian/kitsu/blob/aa56def40bd02c3e0fd7bb26f7e67596cc5063ad/packages/kitsu-core/src/query/index.js#L33-L44 "Source code on GitHub")

@@ -374,3 +374,3 @@ Constructs a URL query string for JSON:API parameters

[packages/kitsu-core/src/serialise/index.js:210-221](https://github.com/wopian/kitsu/blob/e29946a6e887369340dfb6e3ff3a01e2397f040e/packages/kitsu-core/src/serialise/index.js#L210-L221 "Source code on GitHub")
[packages/kitsu-core/src/serialise/index.js:210-221](https://github.com/wopian/kitsu/blob/aa56def40bd02c3e0fd7bb26f7e67596cc5063ad/packages/kitsu-core/src/serialise/index.js#L210-L221 "Source code on GitHub")

@@ -421,3 +421,3 @@ Serialises an object into a JSON-API structure

[packages/kitsu-core/src/splitModel/index.js:29-39](https://github.com/wopian/kitsu/blob/e29946a6e887369340dfb6e3ff3a01e2397f040e/packages/kitsu-core/src/splitModel/index.js#L29-L39 "Source code on GitHub")
[packages/kitsu-core/src/splitModel/index.js:29-39](https://github.com/wopian/kitsu/blob/aa56def40bd02c3e0fd7bb26f7e67596cc5063ad/packages/kitsu-core/src/splitModel/index.js#L29-L39 "Source code on GitHub")

@@ -465,3 +465,3 @@ Split model name from the model's resource URL

[packages/kitsu-core/src/camel/index.js:14-14](https://github.com/wopian/kitsu/blob/e29946a6e887369340dfb6e3ff3a01e2397f040e/packages/kitsu-core/src/camel/index.js#L14-L14 "Source code on GitHub")
[packages/kitsu-core/src/camel/index.js:14-14](https://github.com/wopian/kitsu/blob/aa56def40bd02c3e0fd7bb26f7e67596cc5063ad/packages/kitsu-core/src/camel/index.js#L14-L14 "Source code on GitHub")

@@ -494,3 +494,3 @@ Converts kebab-case and snake_case into camelCase

[packages/kitsu-core/src/kebab/index.js:11-11](https://github.com/wopian/kitsu/blob/e29946a6e887369340dfb6e3ff3a01e2397f040e/packages/kitsu-core/src/kebab/index.js#L11-L11 "Source code on GitHub")
[packages/kitsu-core/src/kebab/index.js:11-11](https://github.com/wopian/kitsu/blob/aa56def40bd02c3e0fd7bb26f7e67596cc5063ad/packages/kitsu-core/src/kebab/index.js#L11-L11 "Source code on GitHub")

@@ -513,3 +513,3 @@ Converts camelCase into kebab-case

[packages/kitsu-core/src/snake/index.js:11-11](https://github.com/wopian/kitsu/blob/e29946a6e887369340dfb6e3ff3a01e2397f040e/packages/kitsu-core/src/snake/index.js#L11-L11 "Source code on GitHub")
[packages/kitsu-core/src/snake/index.js:11-11](https://github.com/wopian/kitsu/blob/aa56def40bd02c3e0fd7bb26f7e67596cc5063ad/packages/kitsu-core/src/snake/index.js#L11-L11 "Source code on GitHub")

@@ -516,0 +516,0 @@ Converts camelCase into snake_case

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