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

@codexteam/typescript-lib-template

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codexteam/typescript-lib-template - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

package.json
{
"name": "@codexteam/typescript-lib-template",
"version": "1.0.1",
"version": "1.0.2",
"description": "A quick start template for a new TypeScript library",

@@ -22,7 +22,5 @@ "main": "build/index.js",

"ts-jest": "^26.5.1",
"ts-node": "^9.1.1"
},
"dependencies": {
"ts-node": "^9.1.1",
"typescript": "^4.1.5"
}
}
# typescript-lib-template
A quick start template for a new TypeScript library
[![NPM version](https://img.shields.io/npm/v/@codexteam/typescript-lib-template?style=flat-square)](https://www.npmjs.com/package/@codexteam/typescript-lib-template)
[![License](https://img.shields.io/npm/l/@editorjs/editorjs?style=flat-square)](https://www.npmjs.com/package/@codexteam/typescript-lib-template)
## How to use
1. Click [here](https://github.com/codex-team/typescript-lib-template/generate) and fill setting for new repository
2. Change package name in `package.json` and other fields if necessary
3. Change NPM package scope from [workflow file](./.github/workflows/main.yml) or remove it
4. Fill `NPM_TOKEN` and `CODEX_BOT_WEBHOOK` secrets in your repository or organization settings
5. Start writing your new library!
## Features
- TypeScript support
- ESlint support with [eslint-config-codex](http://github.com/codex-team/eslint-config/)
- Unit testing with [Jest](http://jestjs.io)
- GitHub Actions configuration for test/lint/build/publish purposes
## About team
We are CodeX and we build products for developers and makers.
Follow us on Twitter: [twitter.com/codex_team](https://twitter.com/codex_team)
Feel free to contact: <a href="mailto:team@codex.so?subject=Editor.js feedback">team@codex.so</a>
[codex.so](https://codex.so)
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