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

typescript-for-nodejs-template-by-captain-jack

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-for-nodejs-template-by-captain-jack - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

package.json
{
"name": "typescript-for-nodejs-template-by-captain-jack",
"version": "1.0.8",
"version": "1.0.9",
"description": "Fast and Easy starter files to immediately work with TS in Nodejs",

@@ -5,0 +5,0 @@ "scripts": {

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

*/
export async function createStarterTSNode() {
async function createStarterTSNode() {

@@ -81,3 +81,3 @@ try {

*/
export async function createStarterPackageJson() {
async function createStarterPackageJson() {

@@ -99,3 +99,3 @@ try {

*/
export async function createStarterFileAndFolder() {
async function createStarterFileAndFolder() {

@@ -117,3 +117,3 @@ try {

export async function createReadMeFile() {
async function createReadMeFile() {

@@ -120,0 +120,0 @@ try {

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