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 5.2.1 to 5.2.2

12

build/index.js
import { createRequire as createRequire6bb8c1cdb9a8496f8a2163f9f7e36dff } from 'module';
import { fileURLToPath as fileURLToPath6bb8c1cdb9a8496f8a2163f9f7e36dff } from 'url';
import { dirname as dirname6bb8c1cdb9a8496f8a2163f9f7e36dff } from 'path';
import { createRequire as createRequire7e74698cbaa5417ba540c90be4576f95 } from 'module';
import { fileURLToPath as fileURLToPath7e74698cbaa5417ba540c90be4576f95 } from 'url';
import { dirname as dirname7e74698cbaa5417ba540c90be4576f95 } from 'path';
// using var here to allow subsequent override by authors of this
// library that would be using the same ESM trick
var require = createRequire6bb8c1cdb9a8496f8a2163f9f7e36dff(import.meta.url);
var __filename = fileURLToPath6bb8c1cdb9a8496f8a2163f9f7e36dff(import.meta.url);
var __dirname = dirname6bb8c1cdb9a8496f8a2163f9f7e36dff(__filename);
var require = createRequire7e74698cbaa5417ba540c90be4576f95(import.meta.url);
var __filename = fileURLToPath7e74698cbaa5417ba540c90be4576f95(import.meta.url);
var __dirname = dirname7e74698cbaa5417ba540c90be4576f95(__filename);

@@ -12,0 +12,0 @@

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

## [5.2.1](https://github.com/gjuchault/typescript-library-starter/compare/v5.2.0...v5.2.1) (2024-01-30)
## [5.2.2](https://github.com/gjuchault/typescript-library-starter/compare/v5.2.1...v5.2.2) (2024-01-30)

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

* **md:** lint markdown files ([6c4c1cd](https://github.com/gjuchault/typescript-library-starter/commit/6c4c1cd080c9cd20663daa9253d1bc6c717d3af1))
* **package:** remove eslint & prettier ([b4efd7d](https://github.com/gjuchault/typescript-library-starter/commit/b4efd7da571efe9e10524b4f50d84590a16f03e2))
{
"name": "@gjuchault/typescript-library-starter",
"version": "5.2.1",
"version": "5.2.2",
"description": "Yet another typescript library starter template",

@@ -61,14 +61,5 @@ "keywords": [

"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"c8": "^9.1.0",
"cspell": "^8.3.2",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^3.2.4",
"prompts": "^2.4.2",

@@ -75,0 +66,0 @@ "rimraf": "^5.0.5",

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