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

@cremalab/scripts

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cremalab/scripts - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

_templates/util/new/index.ejs.t

3

dist/utils/args.js
"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

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