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

file-lane

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-lane - npm Package Compare versions

Comparing version 2.0.1-alpha.13 to 2.0.2-beta.1

2

lib/event/asyncEvent/AsyncEventDispatcher.js

@@ -70,3 +70,1 @@ "use strict";

exports.default = AsyncEventDispatcher;
//# sourceMappingURL=AsyncEventDispatcher.js.map

@@ -13,3 +13,1 @@ "use strict";

exports.default = DataEvent;
//# sourceMappingURL=DataEvent.js.map

@@ -17,3 +17,1 @@ "use strict";

exports.default = CompilationEvent;
//# sourceMappingURL=CompilationEvent.js.map

@@ -15,3 +15,1 @@ "use strict";

exports.default = FileEvent;
//# sourceMappingURL=FileEvent.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IEventDispatcher.js.map

12

lib/FileLane.js

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

Object.defineProperty(exports, "__esModule", { value: true });
const shared_utils_1 = require("@aiot-toolkit/shared-utils");
const ColorConsole_1 = __importDefault(require("@aiot-toolkit/shared-utils/lib/ColorConsole"));

@@ -149,6 +150,10 @@ const FileUtil_1 = __importDefault(require("@aiot-toolkit/shared-utils/lib/utils/FileUtil"));

this.triggerPlugins(new CompilationEvent_1.default(CompilationEvent_1.default.FLLOW_WORK_END));
ColorConsole_1.default.success('Success: build finish!');
ColorConsole_1.default.success({
word: 'Success: build finish!',
style: ColorConsole_1.default.getStyle(shared_utils_1.LOG_LEVEL.Success)
});
}
catch (error) {
ColorConsole_1.default.throw(`ERROR: build error, ${(error === null || error === void 0 ? void 0 : error.toString()) || 'unknown error'}`);
console.log('error', error);
ColorConsole_1.default.throw(`ERROR: build error, ${error || 'unknown error'}`);
}

@@ -219,2 +224,3 @@ });

loader.context = this.context;
loader.compilerOption = this.compilerOption;
return loader.parser(fileList);

@@ -379,3 +385,1 @@ });

exports.default = FileLane;
//# sourceMappingURL=FileLane.js.map

@@ -13,3 +13,1 @@ "use strict";

exports.default = FileLaneCompilation;
//# sourceMappingURL=FileLaneCompilation.js.map

@@ -9,3 +9,1 @@ "use strict";

exports.FileLane = FileLane_1.default;
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IFileLaneConfig.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IFileLaneContext.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IFileParam.js.map

@@ -8,3 +8,4 @@ import IFileLaneContext from './IFileLaneContext';

context?: IFileLaneContext;
compilerOption?: any;
parser(files: IFileParam[]): Promise<IFileParam[]> | IFileParam[];
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ILoader.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IPlugin.js.map

@@ -107,3 +107,1 @@ "use strict";

exports.default = FileLaneUtil;
//# sourceMappingURL=FileLaneUtil.js.map
{
"name": "file-lane",
"version": "2.0.1-alpha.13",
"version": "2.0.2-beta.1",
"description": "File conversion tool, can be one-to-one, one to N, N to one",

@@ -9,3 +9,2 @@ "keywords": [

],
"author": "徐俊杰 <xujunjie1@xiaomi.com>",
"homepage": "",

@@ -21,6 +20,2 @@ "license": "ISC",

],
"repository": {
"type": "git",
"url": "ssh://xujunjie1@git.mioffice.cn:29418/vela/aiot-toolkit"
},
"scripts": {

@@ -30,3 +25,3 @@ "test": "node ./__tests__/file-lane.test.js"

"dependencies": {
"@aiot-toolkit/shared-utils": "2.0.1-alpha.13",
"@aiot-toolkit/shared-utils": "2.0.2-beta.1",
"archiver": "^6.0.1",

@@ -39,3 +34,3 @@ "chokidar": "^3.5.3",

},
"gitHead": "49040b26a267943df4d0b202b200d4df5bcbc1ef"
"gitHead": "9244af36e617295ea4ff11a2f4f07f0e4f9f5f59"
}
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