clubhouse-lib
Advanced tools
Comparing version 0.8.0 to 0.9.0-rc.0
{ | ||
"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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
54259
22
20
994
1
1
85
0
3