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

build-plugin-astore

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-plugin-astore - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

4

lib/index.js

@@ -36,3 +36,3 @@ const path = require('path');

// 包含根目录 src/index
let globPath = `${context.rootDir}/src/**/index.@(ts|tsx|js|jsx)`;
let globPath = `${context.rootDir}/src/*/index.@(ts|tsx|js|jsx)`;
if(useComponentDir){

@@ -57,3 +57,3 @@ globPath = `${context.rootDir}/src/components/*/index.@(ts|tsx|js|jsx)`;

}
console.log(relPath,item);
config.entry(relPath).add(path.resolve(item));

@@ -60,0 +60,0 @@ config

{
"name": "build-plugin-astore",
"version": "0.3.4",
"version": "0.3.5",
"description": "build-scripts plugin for generate astore cloud seed.json",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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