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

@fabalous/runtime-node

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fabalous/runtime-node - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

15

config/tsconfig.node.json

@@ -16,6 +16,7 @@ {

"moduleResolution": "node",
"rootDir": "./src/",
"rootDir": "./../../../../src/",
"importHelpers": true,
"lib": [
"es7"
"es7",
"dom"
],

@@ -26,4 +27,4 @@ "forceConsistentCasingInFileNames": true,

"paths": {
"assets/*":["./src/common/assets/*"],
"src/*":["./src/*"]
"assets/*":["./../../../../src/common/assets/*"],
"src/*":["./../../../../src/*"]
}

@@ -37,8 +38,8 @@ },

"skipDeclarationFilesCheck": true,
"cacheDirectory":"awNodeCache"
"cacheDirectory":".awNodeCache"
},
"exclude": [
"node_modules",
"test"
"./../../../../node_modules",
"./../../../../test"
]
}
{
"name": "@fabalous/runtime-node",
"version": "0.0.17",
"version": "0.0.18",
"description": "Fabalous Node runtime",

@@ -5,0 +5,0 @@ "scripts": {

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