New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@anst/ts-config

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anst/ts-config - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

17

base.json
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"baseUrl": "./",
"allowJs": true,
"checkJs": true
"checkJs": true,
"declaration": true,
"isolatedModules": true,
"esModuleInterop": true,
"inlineSourceMap": true,
"resolveJsonModule": true,
"emitDeclarationOnly": true,
"typeRoots": ["node_modules"],
"lib": [],
"outDir": "dist",
"target": "ES2017",
"module": "commonjs",
"removeComments": true,
"jsx": "react",
"forceConsistentCasingInFileNames": true
},
"include": ["src"]
}

2

package.json
{
"name": "@anst/ts-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "My personal TypeScript configs",

@@ -5,0 +5,0 @@ "main": "index.json",

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