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

create-goji-app

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-goji-app - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

3

dist/cjs/generator.js

@@ -19,3 +19,3 @@ "use strict";

});
exports.generateProject = (projectName, sourcePath, destPath) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
const generateProject = (projectName, sourcePath, destPath) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
var e_1, _a;

@@ -41,2 +41,3 @@ try {

});
exports.generateProject = generateProject;
//# sourceMappingURL=generator.js.map
{
"name": "create-goji-app",
"version": "0.10.0",
"version": "0.11.0",
"description": "Create GojiJS App",

@@ -18,19 +18,4 @@ "main": "index.js",

"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"prepublishOnly": "npm run build",
"lint": "eslint --ext .js,.ts,.jsx,.tsx .",
"test": "jest --passWithNoTests"
"prepublishOnly": "npm run build"
},
"jest": {
"testMatch": [
"**/src/**/?(*.)+(spec|test).[jt]s?(x)"
],
"cacheDirectory": "/tmp/.cache/jest",
"collectCoverage": true,
"collectCoverageFrom": [
"./src/**/*.{js,jsx,ts,tsx}"
],
"transform": {
"^.+\\.(j|t)sx?$": "./babel-jest.config.js"
}
},
"dependencies": {

@@ -43,3 +28,3 @@ "chalk": "^4.1.0",

},
"gitHead": "c484ccc0b7a212f880542b2bbceb4e9c77e009e5"
"gitHead": "1e4d7ce02fb55745406d141f2cd2c919ceccbc15"
}

@@ -11,6 +11,4 @@ {

"typecheck": "tsc",
"test": "npm run jest && npm run typecheck",
"start": "goji start",
"build": "goji build",
"lint": "eslint --ext .js,.ts,.jsx,.tsx ."
"build": "goji build"
},

@@ -17,0 +15,0 @@ "dependencies": {

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