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

enonic-wizardry

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enonic-wizardry - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

bin/xml-to-ts.js

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

cmd.parse(argv);
var projectMixins = cmd.project ? listXmlFiles(path.join(cmd.project, mixinDir)) : [];
var absoluteMixinDirPath = cmd.project
? path.join(cmd.project, mixinDir)
: undefined;
var projectMixins = absoluteMixinDirPath && fs.existsSync(absoluteMixinDirPath)
? listXmlFiles(absoluteMixinDirPath)
: [];
var mixinFiles = cmd.mixin.concat(projectMixins);

@@ -103,0 +108,0 @@ for (var _i = 0, mixinFiles_1 = mixinFiles; _i < mixinFiles_1.length; _i++) {

2

package.json
{
"name": "enonic-wizardry",
"version": "0.1.0",
"version": "0.1.1",
"description": "Functional utility library for Enonic XP",

@@ -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