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

@codacy/api-typescript

Package Overview
Dependencies
Maintainers
2
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codacy/api-typescript - npm Package Compare versions

Comparing version 0.0.1-arfirstcommitadjustments.f862978 to 0.0.2

80

package.json
{
"name": "@codacy/api-typescript",
"version": "0.0.1-arfirstcommitadjustments.f862978",
"apiVersion": "5.12.0",
"version": "0.0.2",
"description": "Codacy API client for Typescript",
"main": "./dist/codacy-api-client.js",
"homepage": "https://github.com/codacy/codacy-api-typescript#readme",
"bugs": {
"url": "https://github.com/codacy/codacy-api-typescript/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codacy/codacy-api-typescript.git"
},
"license": "MIT",
"author": "Codacy",
"sideEffects": false,
"module": "./lib/client.js",
"types": "./lib/client.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "tsc && rollup -c rollup.config.js && npm run minify",
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/codacy-api-client.js.map'\" -o ./dist/codacy-api-client.min.js ./dist/codacy-api-client.js",
"build": "tsc",
"check-types": "tsc --noEmit",
"check-types:watch": "npm run check-types -- --watch",
"lint-md": "remark .",
"fetch-api": "curl https://dl.bintray.com/codacy/Binaries/$npm_package_apiVersion/swagger.yaml -o api-swagger.yaml",
"generate": "autorest --typescript --model-date-time-as-string=false --input-file=./api-swagger.yaml --output-folder=./",
"lint-md": "remark .",
"prepare": "npm run fetch-api && npm run generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codacy/codacy-api-typescript.git"
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"author": "Codacy",
"license": "MIT",
"bugs": {
"url": "https://github.com/codacy/codacy-api-typescript/issues"
"lint-staged": {
"*.md": [
"remark",
"git add"
],
"package.json": [
"sort-package-json"
],
"src/*.ts": [
"prettier --write",
"eslint --fix"
]
},
"homepage": "https://github.com/codacy/codacy-api-typescript#readme",
"dependencies": {
"@azure/ms-rest-js": "^2.0.4",
"sort-package-json": "^1.39.1",
"tslib": "^1.10.0"
},
"devDependencies": {
"@types/babel__core": "^7.1.3",
"@types/babel__template": "^7.0.2",
"autorest": "^2.0.4413",
"husky": "^4.2.3",
"lint-staged": "^10.0.7",
"prettier": "^1.19.1",
"remark-cli": "^7.0.1",
"remark-preset-lint-recommended": "^3.0.3",
"prettier": "^1.19.1",
"typescript": "^3.7.5",
"rollup": "^1.18.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"uglify-js": "^3.6.0",
"autorest": "^2.0.4413"
"typescript": "^3.7.5"
},
"apiVersion": "5.12.0",
"remarkConfig": {

@@ -48,18 +69,3 @@ "plugins": [

]
},
"files": [
"dist/**/*.js",
"dist/**/*.js.map",
"dist/**/*.d.ts",
"dist/**/*.d.ts.map",
"lib/**/*.js",
"lib/**/*.js.map",
"lib/**/*.d.ts",
"lib/**/*.d.ts.map",
"src/**/*.ts",
"README.md",
"rollup.config.js",
"tsconfig.json"
],
"sideEffects": false
}
}
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