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.3 to 1.2.0

5

bin/templates.js

@@ -11,2 +11,7 @@ "use strict";

{
key: 'react-typescript',
name: 'React (TypeScript)',
type: 'client'
},
{
key: 'vue3',

@@ -13,0 +18,0 @@ name: 'Vue3',

2

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

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

@@ -16,2 +16,7 @@ export type Template = {

{
key: 'react-typescript',
name: 'React (TypeScript)',
type: 'client'
},
{
key: 'vue3',

@@ -18,0 +23,0 @@ name: 'Vue3',

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