Socket
Socket
Sign inDemoInstall

build-ecs

Package Overview
Dependencies
Maintainers
1
Versions
2028
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-ecs - npm Package Compare versions

Comparing version 1.0.2-20181204190608.commit-8bec578 to 1.0.2-20181205165942.commit-ff3438b

3

index.js

@@ -17,2 +17,3 @@ #!/usr/bin/env node

const WATCH = process.argv.indexOf('--watch') !== -1 || process.argv.indexOf('-w') !== -1;
const INTERNAL = process.argv.indexOf('--internal') !== -1;
const watchedFiles = new Set();

@@ -148,3 +149,3 @@ function compile(cfg, watch) {

const mainFile = ts.sys.resolvePath(sceneJson.main);
if (outFile !== mainFile) {
if (!INTERNAL && outFile !== mainFile) {
console.error(`! Error: tsconfig.json#outFile is not equal to scene.json#main.\n (${outFile.replace(ts.sys.getCurrentDirectory(), '')} != ${mainFile.replace(ts.sys.getCurrentDirectory(), '')})`);

@@ -151,0 +152,0 @@ hasError = true;

{
"name": "build-ecs",
"version": "1.0.2-20181204190608.commit-8bec578",
"version": "1.0.2-20181205165942.commit-ff3438b",
"description": "",

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