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

kitsu-core

Package Overview
Dependencies
Maintainers
1
Versions
123
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 8.0.1 to 8.0.2

16

CHANGELOG.md

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

## [8.0.2](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v8.0.1...v8.0.2) (2019-12-24)
### Chores
* **release:** update documentation ([ec5f653](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/ec5f653))
### Documentation Changes
* **kitsu-core:** update README ([61ee773](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/61ee773))
## [8.0.1](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v8.0.0...v8.0.1) (2019-12-24)

@@ -8,0 +24,0 @@

4

package.json
{
"version": "8.0.1",
"version": "8.0.2",
"name": "kitsu-core",

@@ -55,3 +55,3 @@ "description": "Core serialisation and deserialsation functions for the kitsu JSON:API client",

],
"gitHead": "22d628df87995487215fddf9cbad622bd0c7417b",
"gitHead": "cb3b7ef45b0456f4e4c912c4d89e63b0c300ef75",
"devDependencies": {

@@ -58,0 +58,0 @@ "@size-limit/preset-small-lib": "~2.2.1"

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

- Works in Node and on the web
- Uses the [Promise] API

@@ -115,3 +114,3 @@ ## Node / Browser Support

[packages/kitsu-core/src/deattribute/index.js:29-38](https://github.com/wopian/kitsu/blob/6dd508093be95a4cec217dde319c8dedbe76832b/packages/kitsu-core/src/deattribute/index.js#L29-L38 "Source code on GitHub")
[packages/kitsu-core/src/deattribute/index.js:29-38](https://github.com/wopian/kitsu/blob/61ee773e566bba2530e283290e2f60f2ec6161e3/packages/kitsu-core/src/deattribute/index.js#L29-L38 "Source code on GitHub")

@@ -160,3 +159,3 @@ Hoists attributes to be top-level

[packages/kitsu-core/src/deserialise/index.js:56-70](https://github.com/wopian/kitsu/blob/6dd508093be95a4cec217dde319c8dedbe76832b/packages/kitsu-core/src/deserialise/index.js#L56-L70 "Source code on GitHub")
[packages/kitsu-core/src/deserialise/index.js:56-70](https://github.com/wopian/kitsu/blob/61ee773e566bba2530e283290e2f60f2ec6161e3/packages/kitsu-core/src/deserialise/index.js#L56-L70 "Source code on GitHub")

@@ -213,5 +212,5 @@ Deserialises a JSON-API response

[packages/kitsu-core/src/error/index.js:7-13](https://github.com/wopian/kitsu/blob/6dd508093be95a4cec217dde319c8dedbe76832b/packages/kitsu-core/src/error/index.js#L7-L13 "Source code on GitHub")
[packages/kitsu-core/src/error/index.js:7-13](https://github.com/wopian/kitsu/blob/61ee773e566bba2530e283290e2f60f2ec6161e3/packages/kitsu-core/src/error/index.js#L7-L13 "Source code on GitHub")
Mutates an error and rethrows it
Uniform error handling for Axios, JSON:API and internal package errors. Mutated Error object is rethrown to the caller.

@@ -227,3 +226,3 @@ #### Parameters

[packages/kitsu-core/src/filterIncludes/index.js:12-21](https://github.com/wopian/kitsu/blob/6dd508093be95a4cec217dde319c8dedbe76832b/packages/kitsu-core/src/filterIncludes/index.js#L12-L21 "Source code on GitHub")
[packages/kitsu-core/src/filterIncludes/index.js:12-21](https://github.com/wopian/kitsu/blob/61ee773e566bba2530e283290e2f60f2ec6161e3/packages/kitsu-core/src/filterIncludes/index.js#L12-L21 "Source code on GitHub")

@@ -243,3 +242,3 @@ Filters includes for the specific relationship

[packages/kitsu-core/src/linkRelationships/index.js:55-74](https://github.com/wopian/kitsu/blob/6dd508093be95a4cec217dde319c8dedbe76832b/packages/kitsu-core/src/linkRelationships/index.js#L55-L74 "Source code on GitHub")
[packages/kitsu-core/src/linkRelationships/index.js:55-74](https://github.com/wopian/kitsu/blob/61ee773e566bba2530e283290e2f60f2ec6161e3/packages/kitsu-core/src/linkRelationships/index.js#L55-L74 "Source code on GitHub")

@@ -255,3 +254,3 @@ Links relationships to included data

[packages/kitsu-core/src/query/index.js:21-32](https://github.com/wopian/kitsu/blob/6dd508093be95a4cec217dde319c8dedbe76832b/packages/kitsu-core/src/query/index.js#L21-L32 "Source code on GitHub")
[packages/kitsu-core/src/query/index.js:21-32](https://github.com/wopian/kitsu/blob/61ee773e566bba2530e283290e2f60f2ec6161e3/packages/kitsu-core/src/query/index.js#L21-L32 "Source code on GitHub")

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

[packages/kitsu-core/src/serialise/index.js:96-121](https://github.com/wopian/kitsu/blob/6dd508093be95a4cec217dde319c8dedbe76832b/packages/kitsu-core/src/serialise/index.js#L96-L121 "Source code on GitHub")
[packages/kitsu-core/src/serialise/index.js:96-121](https://github.com/wopian/kitsu/blob/61ee773e566bba2530e283290e2f60f2ec6161e3/packages/kitsu-core/src/serialise/index.js#L96-L121 "Source code on GitHub")

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

[packages/kitsu-core/src/camel/index.js:14-14](https://github.com/wopian/kitsu/blob/6dd508093be95a4cec217dde319c8dedbe76832b/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/61ee773e566bba2530e283290e2f60f2ec6161e3/packages/kitsu-core/src/camel/index.js#L14-L14 "Source code on GitHub")

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

[packages/kitsu-core/src/kebab/index.js:11-11](https://github.com/wopian/kitsu/blob/6dd508093be95a4cec217dde319c8dedbe76832b/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/61ee773e566bba2530e283290e2f60f2ec6161e3/packages/kitsu-core/src/kebab/index.js#L11-L11 "Source code on GitHub")

@@ -344,3 +343,3 @@ Converts camelCase into kebab-case

[packages/kitsu-core/src/snake/index.js:11-11](https://github.com/wopian/kitsu/blob/6dd508093be95a4cec217dde319c8dedbe76832b/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/61ee773e566bba2530e283290e2f60f2ec6161e3/packages/kitsu-core/src/snake/index.js#L11-L11 "Source code on GitHub")

@@ -375,4 +374,2 @@ Converts camelCase into snake_case

[promise]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises
[changelog]: https://github.com/wopian/kitsu/blob/master/packages/kitsu-core/CHANGELOG.md

@@ -379,0 +376,0 @@

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