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

@hyrious/configs

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyrious/configs - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "@hyrious/configs",
"type": "module",
"version": "0.1.2",
"version": "0.1.3",
"description": "Shared configs across my projects",

@@ -6,0 +6,0 @@ "author": "hyrious <hyrious@outlook.com>",

@@ -13,5 +13,6 @@ # @hyrious/configs

- 0.1.3: Add [`"moduleDetection": "force"`](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html#control-over-module-detection).
- 0.1.2: Make use of [`"module": "Preserve"`](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-4.html#support-for-require-calls-in---moduleresolution-bundler-and---module-preserve) (TypeScript &ge; 5.4)\
If your TypeScript Compiler &lt; 5.4, you can lock the version as\
`"@hyrious/configs": "0.1.1"`.
If your TypeScript Compiler &lt; 5.4, you can lock `"@hyrious/configs": "0.1.1"`.

@@ -18,0 +19,0 @@ ## License

@@ -14,4 +14,5 @@ {

"noImplicitOverride": true,
"useDefineForClassFields": false
"useDefineForClassFields": false,
"moduleDetection": "force"
}
}

@@ -9,4 +9,5 @@ {

"noEmit": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"moduleDetection": "force"
}
}

@@ -13,4 +13,5 @@ {

"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true
"noUncheckedIndexedAccess": true,
"moduleDetection": "force"
}
}
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