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

create-projeto-estudos

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-projeto-estudos - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

kit/engine/ending.js

11

kit/.vscode/launch.json

@@ -13,3 +13,3 @@ {

// Debug current file in VSCode
"program": "${file}",
"program": "${workspaceFolder}/engine/ending.js",
// "console": "externalTerminal",

@@ -20,5 +20,10 @@ /*

*/
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/tsx",
"args": [
"--import", "tsx",
],
"runtimeArgs": ["--require", "${workspaceFolder}/engine/set-globals.js"],
"runtimeArgs": [
"--require", "${workspaceFolder}/engine/set-globals.js",
"--require", "${file}"
],
/*

@@ -25,0 +30,0 @@ Open terminal when debugging starts (Optional)

// Seu código vai aqui!
// Quebrando uma linha no final, pra melhorar a leitura
writeLine("")
{
"name": "create-projeto-estudos",
"version": "0.1.10",
"version": "0.1.11",
"bin": "./index.js",

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

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