Socket
Socket
Sign inDemoInstall

@connectedcars/setup

Package Overview
Dependencies
Maintainers
11
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connectedcars/setup - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

.github/workflows/codeql-analysis.yml

2

bin/setup.ts

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

fn: async (name: string, sub: string[], options: { [key: string]: any }) => {
forceLog('Applying fixes for configuration files if needed')
forceLog(`Applying fixes for configuration files in ${process.cwd()}`)
await fixTarget(`${templatesPath}/${options.template}`, process.cwd(), options)

@@ -85,0 +85,0 @@ }

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

fn: async (name, sub, options) => {
(0, _log.forceLog)('Applying fixes for configuration files if needed');
(0, _log.forceLog)(`Applying fixes for configuration files in ${process.cwd()}`);
await (0, _index.fixTarget)(`${templatesPath}/${options.template}`, process.cwd(), options);

@@ -81,0 +81,0 @@ }

{
"name": "@connectedcars/setup",
"version": "0.10.0",
"version": "0.10.1",
"description": "Connected Cars JavaScript/TypeScript development setup",

@@ -5,0 +5,0 @@ "main": "build/dist/src/index.js",

Sorry, the diff of this file is not supported yet

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