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

@buames/tsconfig

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buames/tsconfig - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2-next.0

7

CHANGELOG.md
# @buames/tsconfig
## 0.0.2-next.0
### Patch Changes
- a622d8c: Update all deps to latest
- 302aecd: Enable `experimentalDecorators` by default
## 0.0.1

@@ -4,0 +11,0 @@

8

package.json
{
"name": "@buames/tsconfig",
"version": "0.0.1",
"version": "0.0.2-next.0",
"description": "@buames/tsconfig",

@@ -11,2 +11,5 @@ "main": "tsconfig.json",

],
"peerDependencies": {
"typescript": ">=4.0.0"
},
"author": "buames",

@@ -19,6 +22,3 @@ "homepage": "https://github.com/buames/dev-tools#README.md",

},
"publishConfig": {
"access": "public"
},
"license": "MIT"
}

@@ -8,3 +8,3 @@ {

"esModuleInterop": true,
"experimentalDecorators": false,
"experimentalDecorators": true,
"declaration": true,

@@ -11,0 +11,0 @@ "declarationMap": false,

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