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

typescript-strictly-typed

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-strictly-typed - npm Package Compare versions

Comparing version 3.6.1 to 3.6.2

6

eslint-strict.js

@@ -33,4 +33,4 @@ import {} from "jsonc-parser";

config = {
raw: "{}",
json: {},
raw: JSON.stringify({ rules: {} }),
json: { rules: {} },
};

@@ -81,3 +81,3 @@ }

}
else if (file === "eslint.config.json") {
else if (file === "eslint.config.js") {
logWarning(`Your project is using the new eslint.config.js format, and it cannot be overwrited directly, as it could mess up with advanced configuration. So the new strict configuration was saved in eslint.config.json. You need to manually copy the options from eslint.config.json to eslint.config.js. Once done, you can delete eslint.config.json.`);

@@ -84,0 +84,0 @@ return saveConfig(cwd, "eslint.config.json", config);

{
"name": "typescript-strictly-typed",
"version": "3.6.1",
"version": "3.6.2",
"description": "Enable configurations for strictly typed TypeScript, ESLint, and optionally Angular.",

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

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