Socket
Socket
Sign inDemoInstall

@ribajs/tsconfig

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ribajs/tsconfig - npm Package Compare versions

Comparing version 2.0.0-rc.1 to 2.0.0-rc.2

24

package.json
{
"name": "@ribajs/tsconfig",
"description": "Shared TypeScript config for Riba.js projects",
"version": "2.0.0-rc.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"version": "2.0.0-rc.2",
"author": "Pascal Garber <pascal@artandcode.studio>",
"contributors": [],
"url": "https://github.com/ribajs/riba/tree/master/infra/tsconfig",
"main": "tsconfig.json",
"module": "tsconfig.json",
"source": "tsconfig.json",
"exports": {
".": "./tsconfig.json",
"./tsconfig.json": "./tsconfig.json"
},
"files": [

@@ -20,9 +17,2 @@ "LICENSE",

],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ribajs/riba/blob/master/LICENSE"
}
],
"repository": {

@@ -33,9 +23,5 @@ "type": "git",

"keywords": [
"Art+Code Studio",
"Riba",
"tsconfig"
],
"devDependencies": {
"@ribajs/types": "^2.0.0-rc.1"
},
"bugs": {

@@ -42,0 +28,0 @@ "url": "https://github.com/ribajs/riba/issues"

@@ -17,3 +17,3 @@ # tsconfig

{
"extends": "@ribajs/tsconfig",
"extends": "@ribajs/tsconfig/tsconfig.json",
"compilerOptions": {

@@ -20,0 +20,0 @@ "outDir": "dist",

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