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

corvid-local-site

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corvid-local-site - npm Package Compare versions

Comparing version 0.1.34 to 0.1.35

12

index.js
const initSiteManager = require("./src/init");
const {
isEmptySite,
isSiteInitialized,
deleteWixSite,
moveWixSite
} = require("./src/utils");
module.exports = {
initSiteManager,
isSiteInitialized,
isEmptySite,
deleteWixSite,
moveWixSite
initSiteManager
};

2

package.json
{
"name": "corvid-local-site",
"version": "0.1.34",
"version": "0.1.35",
"description": "",

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

@@ -5,3 +5,2 @@ const path = require("path");

const configFile = ".corvidrc.json";
const frontendFolder = "frontend";

@@ -141,3 +140,2 @@ const publicFolder = "public";

isSitePath,
configFile,
siteFolders,

@@ -144,0 +142,0 @@ codeFolders,

@@ -122,8 +122,2 @@ const flatten_ = require("lodash/flatten");

const corvidrc = ({ content }) =>
codeFile({
path: `.corvidrc.json`,
content
});
// builders

@@ -151,4 +145,3 @@

[sc.collectionSchema]: collectionSchema,
[sc.masterPageCode]: masterPageCode,
[sc.corvidrc]: corvidrc
[sc.masterPageCode]: masterPageCode
});

@@ -155,0 +148,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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