Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@cyntler/library-demo

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

@cyntler/library-demo - npm Package Compare versions

Comparing version 0.0.0-alpha.1 to 0.0.0-alpha.2

6

dist/processes/initialize.js

@@ -13,8 +13,6 @@ "use strict";

const replaceDemoSchemaImportPath_1 = require("../utils/replaceDemoSchemaImportPath");
const { packageRootPath, packageAppPath, packageTemplatePath } = (0, getPackagePaths_1.getPackagePaths)();
const { packageAppPath, packageTemplatePath } = (0, getPackagePaths_1.getPackagePaths)();
const { projectRootPath, projectPackageJsonPath, projectDemoPath } = (0, getConsumerProjectPaths_1.getConsumerProjectPaths)();
const initialize = () => {
if ((0, fs_1.existsSync)(projectRootPath) &&
(0, fs_1.existsSync)(projectPackageJsonPath) &&
(0, fs_1.existsSync)(packageRootPath)) {
if ((0, fs_1.existsSync)(projectRootPath) && (0, fs_1.existsSync)(projectPackageJsonPath)) {
const isInitialized = (0, fs_1.existsSync)(projectDemoPath);

@@ -21,0 +19,0 @@ if (isInitialized) {

{
"name": "@cyntler/library-demo",
"version": "0.0.0-alpha.1",
"version": "0.0.0-alpha.2",
"description": "Builder of a React.js demo application with Tailwind template for presenting the library to the public.",

@@ -5,0 +5,0 @@ "keywords": [

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