@cremalab/scripts
Advanced tools
Comparing version 0.6.0 to 0.7.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.args = void 0; | ||
exports.args = function () { | ||
var args = function () { | ||
return process.argv.slice(2); | ||
}; | ||
exports.args = args; |
@@ -8,6 +8,8 @@ "use strict"; | ||
var path_1 = __importDefault(require("path")); | ||
exports.pathConsumer = function () { return process.cwd(); }; | ||
exports.pathPackage = function (d) { | ||
var pathConsumer = function () { return process.cwd(); }; | ||
exports.pathConsumer = pathConsumer; | ||
var pathPackage = function (d) { | ||
if (d === void 0) { d = __dirname; } | ||
return path_1.default.relative(exports.pathConsumer(), path_1.default.join(d, "../..")) || "./"; | ||
}; | ||
exports.pathPackage = pathPackage; |
{ | ||
"name": "@cremalab/scripts", | ||
"version": "0.6.0", | ||
"description": "", | ||
"version": "0.7.0", | ||
"description": "Scripts for cremalab/app-mobile and cremalab/app-web", | ||
"main": "dist/index.js", | ||
@@ -24,5 +24,5 @@ "types": "dist/index.d.ts", | ||
}, | ||
"author": "", | ||
"author": "Cremalab", | ||
"license": "ISC", | ||
"gitHead": "feee684fffef7898eaccbfed9df32d221927a77a", | ||
"gitHead": "ef77e3c514ff94ad4ac28633aec7dc67fc36ac22", | ||
"publishConfig": { | ||
@@ -37,3 +37,7 @@ "access": "public" | ||
"@types/cross-spawn": "6.0.2" | ||
}, | ||
"repository": { | ||
"directory": "packages/scripts", | ||
"url": "https://github.com/cremalab/scripts" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
8035
164
1
0
2
0