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

broccoli-module-alchemist

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-module-alchemist - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

11

index.js

@@ -17,6 +17,15 @@ var fs = require('fs');

function findProjectPath() {
var buildPath = findupSync('ember-cli-build.js', process.cwd());
if (!buildPath) {
buildPath = findupSync('Brocfile.js');
}
return path.dirname(buildPath);
}
module.exports = function(options) {
options = options || {};
var projectPath = path.dirname(findupSync('ember-cli-build.js', process.cwd()));
var projectPath = findProjectPath();
var projectName = getPackageName(projectPath);

@@ -23,0 +32,0 @@ var srcPath = path.join(projectPath, 'src');

2

package.json
{
"name": "broccoli-module-alchemist",
"version": "0.1.1",
"version": "0.2.0",
"description": "Broccoli-based tool for transforming ES2015 and TypeScript into many different module formats, for Node.js and the browser.",

@@ -5,0 +5,0 @@ "main": "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