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

@postlight/node-typescript-starter-kit

Package Overview
Dependencies
Maintainers
11
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postlight/node-typescript-starter-kit - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

CHANGELOG.md

5

cli.js

@@ -45,3 +45,6 @@ #!/usr/bin/env node

`${__dirname}/starter-kit/gitignore`,
`${__dirname}/starter-kit/.gitignore`
`${__dirname}/starter-kit/.gitignore`,
function (err) {
if (err) throw err;
}
);

@@ -48,0 +51,0 @@ };

9

package.json
{
"name": "@postlight/node-typescript-starter-kit",
"version": "1.0.1",
"version": "1.1.0",
"description": "NodeJS - TypeScript Starter Kit",

@@ -28,3 +28,5 @@ "author": "Postlight",

],
"scripts": {},
"scripts": {
"release": "standard-version"
},
"license": "Apache-2.0",

@@ -37,3 +39,6 @@ "dependencies": {

"node-typescript-starter-kit": "./cli.js"
},
"devDependencies": {
"standard-version": "^6.0.1"
}
}

@@ -1,14 +0,20 @@

# NodeJS - TypeScript Starter Kit
![Node.js + TypeScript Starter Kit](https://13c27d41k2ud2vkddp226w55-wpengine.netdna-ssl.com/wp-content/uploads/2019/05/node-js-2.png)
# Node.js + TypeScript Starter Kit
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![CircleCI](https://circleci.com/gh/postlight/nodejs-typescript-kit.svg?style=svg)](https://circleci.com/gh/postlight/nodejs-typescript-kit)
This NodeJS + TypeScript starter kit is a zero-config codebase that lets you start writing code immediately. Includes:
[Postlight](https://postlight.com)'s Node.js + TypeScript Starter Kit is a zero-config codebase that lets you start writing code immediately. It includes:
* TypeScript or just regular ol' JavaScript
* TypeScript (or write just regular ol' JavaScript)
* Jest for testing
* Prettier for formatting
* ESLint for linting
* CircleCI configs
* Pre-commit hooks
* Basic config and build scripts
Read all about it [this handy introduction](https://postlight.com/trackchanges/introducing-postlights-node-js-typescript-starter-kit).
## Creating a project

@@ -38,3 +44,3 @@

![startekit](https://user-images.githubusercontent.com/32297675/53011741-c68e9200-3449-11e9-8746-01bcc0fff247.gif)
![starterkit](https://user-images.githubusercontent.com/32297675/53011741-c68e9200-3449-11e9-8746-01bcc0fff247.gif)

@@ -67,3 +73,3 @@ ## Starter Kit Documentation

VSCode Users should add this to their workspace settings to integrate JS/TS Linting in general:
VSCode users should add this to their workspace settings to integrate JS/TS linting in general:

@@ -99,3 +105,3 @@ ```json

Having already pushed your project to your favorite git-repository hosting service, you're one click away from integrating your app with CircleCI.
Having already pushed your project to your favorite git repository hosting service, you're one click away from integrating your app with CircleCI.

@@ -111,14 +117,5 @@ - Login to [CircleCI](https://circleci.com/)

## What's Included?
Your environment will have everything you need to build a modern NodeJS - Typescript application
---
- Typescript Support
- Jest unit testing
- ESLint and Prettier configs
- CircleCI configs
- Pre-commit hooks
***
A micro project from your friends at [Postlight Labs](https://postlight.com/labs)
🔬 A Labs project from your friends at [Postlight](https://postlight.com). Happy coding!
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