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 6.0.3 to 6.1.0

lib/index.mjs

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### 6.1.0 (2018-08-10)
##### New Features
* re-add ES modules (closes #155) (7506fd0e)
#### 6.0.3 (2018-08-10)

@@ -2,0 +8,0 @@

19

package.json
{
"version": "6.0.3",
"version": "6.1.0",
"name": "kitsu-core",

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

"license": "MIT",
"main": "lib/index.js",
"main": "lib",
"module": "lib",
"homepage": "https://github.com/wopian/kitsu/tree/master/packages/kitsu-core#readme",

@@ -44,13 +45,21 @@ "repository": "https://github.com/wopian/kitsu/tree/master/packages/kitsu-core",

"path": "./lib/index.js",
"limit": "4.83 kb"
"limit": "4.56 kb"
},
{
"path": "./lib/index.mjs",
"limit": "4.58 kb"
},
{
"path": "./legacy/index.js",
"limit": "4.88 kb"
"limit": "4.63 kb"
},
{
"path": "./node/index.js",
"limit": "2.01 kb"
"limit": "1.75 kb"
},
{
"path": "./node/index.mjs",
"limit": "1.76 kb"
}
]
}
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