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

create-ce-app

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-ce-app - npm Package Compare versions

Comparing version 1.0.34 to 1.0.35

2

dist/src/services/app-service.js

@@ -27,3 +27,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

});
yield axios.post(`${dc3BaseUrl}/${data.appId}/pricingModel?locale="en"`, {
yield axios.post(`${dc3BaseUrl}/${data.appId}/pricingModel?locale=en`, {
pricingModel: "FREE",

@@ -30,0 +30,0 @@ }, {

{
"name": "create-ce-app",
"version": "1.0.34",
"version": "1.0.35",
"description": "My New Project description.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -22,3 +22,3 @@ import axios from 'axios';

await axios.post<{ appId: string }>(`${dc3BaseUrl}/${data.appId}/pricingModel?locale="en"`,
await axios.post<{ appId: string }>(`${dc3BaseUrl}/${data.appId}/pricingModel?locale=en`,
{

@@ -25,0 +25,0 @@ pricingModel: "FREE",

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