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.6 to 1.0.7

2

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

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

#!/usr/bin/env node
import fs from 'fs/promises'
import { existsSync } from 'fs'
//! SyntaxError: Cannot use import statement outside a module
// import fs from 'fs/promises'
// import { existsSync } from 'fs'
const fs = require('fs/promises')
const {existsSync} = require('fs')
/**

@@ -136,2 +140,6 @@ * The `tsconfig.json` file is a configuration file for the TypeScript compiler.

createReadMeFile() creates a readme.md file in the new project. */
//! error: import {createStarterTSNode, createStarterPackageJson, createStarterFileAndFolder, createReadMeFile} from './creatorFunctions'
//!SyntaxError: Cannot use import statement outside a module
// import {createStarterTSNode, createStarterPackageJson, createStarterFileAndFolder, createReadMeFile} from './creatorFunctions'

@@ -138,0 +146,0 @@

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