Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ribajs/tsconfig

Package Overview
Dependencies
Maintainers
2
Versions
59
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-alpha.0 to 2.0.0-alpha.1

9

package.json
{
"name": "@ribajs/tsconfig",
"description": "Shared TypeScript config for Riba.js projects",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"author": "Pascal Garber <pascal@artandcode.studio>",

@@ -32,5 +36,4 @@ "contributors": [],

],
"scripts": {},
"devDependencies": {
"@ribajs/types": "2.0.0-alpha.0"
"@ribajs/types": "^2.0.0-alpha.1"
},

@@ -37,0 +40,0 @@ "bugs": {

@@ -10,2 +10,6 @@ {

"esModuleInterop": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
"strict": true,

@@ -15,4 +19,8 @@ "noImplicitAny": true,

"allowSyntheticDefaultImports": true,
"lib": ["ES2015", "ESNext", "DOM"]
"incremental": true,
"lib": ["ESNext", "DOM"],
"jsx": "react",
"jsxFactory": "jsxCreateElement",
"jsxFragmentFactory": "jsxFragment"
}
}
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