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

any-project-cli

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

any-project-cli - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

app.js

@@ -36,2 +36,2 @@ /* */

/* */
//# sourceMappingURL=app.js.map
//# sourceMappingURL=/Users/dfilipiak/projects/npm/any-project-cli/tmp-bundle-release/bundle/project/any-project-cli/bundle-nocutsrc/app.js.map

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

mode = 'dist';
run = require(pathToDistRun.replace(/\.js$/g, '')).start;
run = require(pathToDistRun.replace(/\.js$/g, '')).run;
} else {
mode = 'bundle';
run = require(pathToBundletRun.replace(/\.js$/g, '')).start;
run = require(pathToBundletRun.replace(/\.js$/g, '')).run;
}

@@ -46,9 +46,9 @@ } else {

mode = 'dist';
run = require(pathToDistRun.replace(/\.js$/g, '')).start;
run = require(pathToDistRun.replace(/\.js$/g, '')).run;
} else if (bundleExist) {
mode = 'bundle';
run = require(pathToBundletRun.replace(/\.js$/g, '')).start;
run = require(pathToBundletRun.replace(/\.js$/g, '')).run;
} else {
mode = 'npm';
run = require(pathToIndexRun.replace(/\.js$/g, '')).start;
run = require(pathToIndexRun.replace(/\.js$/g, '')).run;
}

@@ -55,0 +55,0 @@ }

export declare function start(): void;
export declare function run(): void;
export default start;
export declare function start(): void;
export declare function run(): void;
export default start;

@@ -5,2 +5,2 @@ "use strict";

(0, tslib_1.__exportStar)(require("./lib"), exports);
//# sourceMappingURL=index.js.map
//# sourceMappingURL=/Users/dfilipiak/projects/npm/any-project-cli/tmp-bundle-release/bundle/project/any-project-cli/bundle-nocutsrc/index.js.map
export declare function start(): void;
export declare function run(): void;
export default start;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.start = void 0;
exports.run = exports.start = void 0;
function start() {
}
exports.start = start;
function run() {
console.log('hello world from any-project-cli');
}
exports.start = start;
exports.run = run;
exports.default = start;
//# sourceMappingURL=index.js.map
//# sourceMappingURL=/Users/dfilipiak/projects/npm/any-project-cli/tmp-bundle-release/bundle/project/any-project-cli/bundle-nocutsrc/lib/index.js.map
{
"name": "any-project-cli",
"version": "0.0.6",
"version": "0.0.7",
"dependencies": {},

@@ -10,3 +10,3 @@ "devDependencies": {},

},
"lastBuildTagHash": "7cd8c80c1ee980129af9879de9d43ab2208d9be1"
"lastBuildTagHash": "dfeaf8766693e3988147c73306d8c20d5b5be008"
}

@@ -33,3 +33,3 @@ {

"name": "any-project-cli",
"version": "0.0.6",
"version": "0.0.7",
"dependencies": {

@@ -146,5 +146,5 @@ "@angular-devkit/build-angular": "~13.2.5",

"firedev": "^13",
"firedev-crud": "~13.0.28",
"firedev-crud": "~13.0.29",
"firedev-crud-deamon": "~13.0.19",
"firedev-ports": "~13.0.22",
"firedev-ports": "~13.0.23",
"firedev-storage": "~13.0.14",

@@ -161,3 +161,3 @@ "fkill": "6.1.0",

"http-server": "0.11.1",
"incremental-compiler": "~13.0.20",
"incremental-compiler": "~13.0.22",
"inquirer": "7.3.3",

@@ -171,4 +171,4 @@ "inquirer-autocomplete-prompt": "1.3.0",

"json-stringify-safe": "5.0.1",
"json10": "~13.0.19",
"json10-writer": "~13.0.19",
"json10": "~13.0.22",
"json10-writer": "~13.0.20",
"json5": "2.1.3",

@@ -185,3 +185,3 @@ "json5-writer": "0.2.0",

"lodash": "4.17.4",
"lodash-walk-object": "~13.0.19",
"lodash-walk-object": "~13.0.22",
"lodash.get": ">= 4",

@@ -199,7 +199,7 @@ "lodash.isequal": ">= 4",

"moment": "2.22.2",
"morphi": "~13.0.44",
"morphi": "~13.0.45",
"ng-packagr": "13.0.0",
"ng-talkback": "~13.0.14",
"ng2-logger": "~13.0.19",
"ng2-rest": "~13.0.24",
"ng2-logger": "~13.0.22",
"ng2-rest": "~13.0.30",
"ng4-icons": "~13.0.16",

@@ -243,3 +243,3 @@ "ng4-modal": "~13.0.18",

"sort-package-json": "1.11.0",
"static-columns": "13.0.21",
"static-columns": "13.0.23",
"string-similarity": "4.0.2",

@@ -249,8 +249,8 @@ "sudo-block": "3.0.0",

"task.js": "0.1.5",
"tnp-cli": "~13.0.21",
"tnp-config": "~13.0.24",
"tnp-core": "~13.0.47",
"tnp-cli": "~13.0.24",
"tnp-config": "~13.0.28",
"tnp-core": "~13.0.51",
"tnp-db": "~13.0.29",
"tnp-helpers": "~13.0.32",
"tnp-models": "~13.0.22",
"tnp-helpers": "~13.0.33",
"tnp-models": "~13.0.23",
"tnp-ui": "~13.0.19",

@@ -263,3 +263,3 @@ "ts-debug": "1.3.0",

"typescript": "~4.5.2",
"typescript-class-helpers": "~13.0.21",
"typescript-class-helpers": "~13.0.24",
"typescript-formatter": "~7.2.2",

@@ -278,8 +278,8 @@ "underscore": "1.9.1",

},
"lastBuildTagHash": "7cd8c80c1ee980129af9879de9d43ab2208d9be1"
"lastBuildTagHash": "dfeaf8766693e3988147c73306d8c20d5b5be008"
},
"build": {
"number": 5,
"date": "2022-07-24T12:16:28.000Z",
"hash": "dfeaf8766693e3988147c73306d8c20d5b5be008",
"number": 9,
"date": "2022-07-26T09:26:48.000Z",
"hash": "43cde994fe1d75f3bbb7e1be868c8fd9cabf1263",
"options": {}

@@ -292,3 +292,3 @@ },

"currentProjectType": "isomorphic-lib",
"currentFrameworkVersion": "13.0.91",
"currentFrameworkVersion": "13.0.93",
"currentProjectIsStrictSite": false,

@@ -295,0 +295,0 @@ "currentProjectIsDependencySite": false,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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