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

@gjuchault/typescript-library-starter

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gjuchault/typescript-library-starter - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

4

CHANGELOG.md

@@ -1,2 +0,2 @@

## [4.0.1](https://github.com/gjuchault/typescript-library-starter/compare/v4.0.0...v4.0.1) (2023-10-24)
## [4.0.2](https://github.com/gjuchault/typescript-library-starter/compare/v4.0.1...v4.0.2) (2023-10-24)

@@ -6,2 +6,2 @@

* **esbuild:** target node 21 ([3376aa7](https://github.com/gjuchault/typescript-library-starter/commit/3376aa721093604ba2e9d308421a6c8468984261))
* **tsconfig:** use lib es2023 with node 21 ([e7354fe](https://github.com/gjuchault/typescript-library-starter/commit/e7354fe216b4d065eefc0e81a3035278a076e33b))
{
"name": "@gjuchault/typescript-library-starter",
"version": "4.0.1",
"version": "4.0.2",
"description": "Yet another typescript library starter template",

@@ -5,0 +5,0 @@ "keywords": [

{
"include": ["./src/**/*.ts"],
"compilerOptions": {
"lib": ["es2022"],
"lib": ["es2023"],
"module": "nodenext",

@@ -6,0 +6,0 @@ "target": "es2022",

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