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

create-devcycle-app

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-devcycle-app - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

bin/utils/startDevServer.js

@@ -18,5 +18,2 @@ "use strict";

});
process_1.default.on('SIGTERM', () => {
(0, _1.logDevInstructions)(outputPath);
});
const command = await (0, _1.parseDevCommand)(outputPath);

@@ -23,0 +20,0 @@ if (!command) {

2

package.json
{
"name": "create-devcycle-app",
"version": "1.1.0",
"version": "1.1.1",
"description": "A command line tool for generating DevCycle example apps",

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

@@ -47,3 +47,2 @@ import { startDevServer } from './startDevServer'

expect(mockProcessOn).toHaveBeenCalledWith('SIGINT', expect.any(Function))
expect(mockProcessOn).toHaveBeenCalledWith('SIGTERM', expect.any(Function))
expect(mockParseDevCommand).toHaveBeenCalledWith(outputPath)

@@ -50,0 +49,0 @@ expect(mockExec).toHaveBeenCalledWith(command, { cwd: outputPath }, expect.any(Function))

@@ -14,5 +14,2 @@ import { exec } from 'child_process'

})
process.on('SIGTERM', () => {
logDevInstructions(outputPath)
})

@@ -19,0 +16,0 @@ const command = await parseDevCommand(outputPath)

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