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

clubhouse-lib

Package Overview
Dependencies
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clubhouse-lib - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0-rc.0

lib/client_error.d.ts

94

package.json
{
"name": "clubhouse-lib",
"version": "0.8.0",
"version": "0.9.0-rc.0",
"description": "A Promise based library to the Clubhouse REST API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"build",
"typings"
"lib"
],
"main": "build/index.js",
"repository": "",
"bugs": {
"url": "https://github.com/clubhouse/clubhouse-lib/issues"
},
"homepage": "https://github.com/clubhouse/clubhouse-lib",
"readme": "https://github.com/clubhouse/clubhouse-lib#readme",
"repository": {
"type": "git",
"url": "https://github.com/clubhouse/clubhouse-lib.git"
},
"license": "MIT",
"scripts": {
"build": "babel src --out-dir build --ignore '**/__tests__/**' && npm run build:flow && npm run build:typescript",
"build:flow": "flow-copy-source -v -i '**/__tests__/**' src build",
"build:typescript": "scripts/ts-generate-definition.js && tsc",
"lint": "eslint src",
"prepublish": "npm run build",
"build": "rimraf ./lib && yarn build:typescript && yarn build:flow",
"build:typescript": "tsc",
"build:flow": "scripts/generate-flow-types.sh && node scripts/convert-import-from-types",
"lint": "eslint src/**/*.ts",
"test": "jest",
"test:format": "prettier --list-different --single-quote --trailing-comma all --write src/**/*.js",
"test:typescript": "scripts/ts-check.sh",
"flow": "flow",
"format": "prettier --single-quote --trailing-comma all --write src/**/*.js",
"ci": "npm run lint && npm run flow && npm test && npm run test:format && npm run test:typescript && npm run build"
"test:format": "prettier --list-different --write src/**/*.js src/**/*.ts",
"format": "prettier --write src/**/*.js src/**/*.ts",
"prepublish": "yarn build"
},
"dependencies": {
"fetch-everywhere": "^1.0.5",
"query-string": "^6.2.0",
"universal-url": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^24.0.19",
"@types/node": "^10.11.3",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"benchmark": "^2.1.4",
"bluebird": "^3.5.0",
"eslint": "^4.7.2",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-flowtype": "^2.36.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^21.2.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"flow-bin": "^0.55.0",
"flow-copy-source": "^1.2.1",
"jest": "^21.2.0",
"prettier": "^1.16.4",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.0.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"flowgen": "^1.10.0",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"rimraf": "^3.0.0",
"save": "^2.3.1",
"typescript": "^3.4.0"
"ts-jest": "^24.1.0",
"typescript": "^3.6.4"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"testPathIgnorePatterns": [
"<rootDir>/build/",
"<rootDir>/lib/",
"<rootDir>/node_modules/",
"(<rootDir>/__tests__/.*|(\\.|/)utils)\\.jsx?$"
"(<rootDir>/__tests__/.*|(\\.|/)utils)\\.tsx?$"
]
},
"dependencies": {
"fetch-everywhere": "^1.0.5",
"query-string": "^6.2.0",
"universal-url": "^2.0.0"
},
"typings": "typings/index.d.ts"
}
}
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