Socket
Socket
Sign inDemoInstall

@stoplight/types

Package Overview
Dependencies
Maintainers
11
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/types - npm Package Compare versions

Comparing version 7.1.0 to 9999.9999.9994

dist/basic.d.ts

63

package.json
{
"name": "@stoplight/types",
"version": "7.1.0",
"version": "9999.9999.9994",
"description": "Common typings for the Stoplight ecosystem.",
"keywords": [],
"sideEffects": false,
"files": [
"**/*"
],
"homepage": "https://github.com/stoplightio/types",
"bugs": "https://github.com/stoplightio/types/issues",
"author": "Stoplight <support@stoplight.io>",

@@ -16,8 +15,58 @@ "repository": {

"license": "Apache-2.0",
"files": [
"dist/*"
],
"main": "dist/index.js",
"engines": {
"node": ">=8"
},
"main": "index.cjs.js",
"module": "index.es.js",
"typings": "src/index.d.ts"
"scripts": {
"build": "tsc -p ./tsconfig.build.json -d",
"commit": "git-cz",
"lint": "tslint -c tslint.json 'src/**/*.ts?'",
"lint.fix": "yarn lint --fix",
"release": "sl-scripts release",
"release.dryRun": "sl-scripts release --dry-run --debug",
"test": "jest",
"test.prod": "yarn lint && yarn test --coverage --no-cache",
"test.update": "yarn test --updateSnapshot",
"test.watch": "yarn test --watch"
},
"devDependencies": {
"@stoplight/scripts": "7.0.0",
"@types/jest": "^24.0.13",
"@types/json-schema": "^7.0.3",
"@types/node": "^12.0.3",
"jest": "^24.8.0",
"lodash": "^4.17.11",
"ts-jest": "^24.0.2",
"tslint": "^5.16.0",
"tslint-config-stoplight": "^1.3.0",
"typescript": "3.5.1"
},
"lint-staged": {
"*.ts": [
"tslint -c tslint.json --fix",
"git add"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release": {
"extends": "@stoplight/scripts/release"
}
}
__tests__/index.spec.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