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

kitsu

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kitsu - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.babelrc

57

package.json
{
"name": "kitsu",
"version": "0.0.1",
"version": "0.1.0",
"description": "NodeJS wrapper for Kitsu.io's API",
"main": "main.js",
"repository": "https://github.com/wopian/kitsu",
"license": "MIT",
"author": "James Harris <wopian@wopian.me>",
"license": "MIT"
"scripts": {
"test": "jest",
"build": "babel src -d lib",
"start": "yarn run example:basic",
"example:basic": "node ./example/basic",
"example:async": "babel-node ./example/async",
"example:auth": "babel-node ./example/auth"
},
"main": "lib/kitsu.js",
"repository": {
"type": "git",
"url": "https://github.com/wopian/kitsu.git"
},
"bugs": {
"url": "https://github.com/wopian/kitsu/issues"
},
"homepage": "https://github.com/wopian/kitsu#readme",
"dependencies": {
"camelcase": "~4.1.0",
"client-oauth2": "~4.1.0",
"got": "~7.0.0"
},
"devDependencies": {
"babel-cli": "~6.24.1",
"babel-core": "~6.25.0",
"babel-eslint": "~7.2.3",
"babel-plugin-transform-runtime": "~6.23.0",
"babel-preset-babili": "~0.1.4",
"babel-preset-env": "~1.5.2",
"babel-preset-stage-0": "~6.24.1",
"eslint": "~4.1.1",
"jest": "~20.0.4",
"js-beautify": "~1.6.12",
"standard": "~10.0.2"
},
"jest": {
"collectCoverageFrom": [
"lib/**/*.js"
],
"coverageDirectory": "<rootDir>/test/coverage",
"coverageReporters": [
"lcov",
"text"
],
"moduleNameMapper": {
"lib/([^\\.]*)$": "<rootDir>/lib/$1.js"
},
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest"
}
}
}
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