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

maishu-admin-scaffold

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maishu-admin-scaffold - npm Package Compare versions

Comparing version 1.1.0 to 1.2.1

.vscode/launch.json

3

index.js

@@ -8,2 +8,3 @@ "use strict";

const errors_1 = require("./errors");
const sc = require("maishu-chitu-scaffold");
/** @param {string} [basePath] */

@@ -18,2 +19,4 @@ function getVirtualPaths(basePath, targetPath) {

Object.assign(staticFilePaths, existsFilePaths);
let scFiles = sc.getVirtualPaths(basePath, targetPath);
staticFilePaths = Object.assign(scFiles, staticFilePaths);
if (basePath) {

@@ -20,0 +23,0 @@ let keys = Object.getOwnPropertyNames(staticFilePaths);

@@ -5,2 +5,3 @@ import * as fs from "fs";

import { errors } from "./errors";
import * as sc from "maishu-chitu-scaffold";

@@ -18,2 +19,5 @@ /** @param {string} [basePath] */

let scFiles = sc.getVirtualPaths(basePath, targetPath);
staticFilePaths = Object.assign(scFiles, staticFilePaths);
if (basePath) {

@@ -20,0 +24,0 @@ let keys = Object.getOwnPropertyNames(staticFilePaths);

9

package.json

@@ -5,2 +5,3 @@ {

"maishu-chitu-react": "^1.27.0",
"maishu-chitu-scaffold": "^1.12.0",
"maishu-requirejs-plugins": "^1.3.0",

@@ -25,6 +26,8 @@ "maishu-ui-toolkit": "^1.9.0",

"@types/react-dom": "^17.0.1",
"mocha": "^8.3.0"
"maishu-node-mvc": "^2.17.0",
"mocha": "^8.3.0",
"node-sass": "^5.0.0"
},
"name": "maishu-admin-scaffold",
"version": "1.1.0"
}
"version": "1.2.1"
}

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