New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@brightsole/new

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightsole/new - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

front/gitattributes

2

bin/new-cli.js
#!/usr/bin/env node
parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c<t.length;c++)try{f(t[c])}catch(e){i||(i=e)}if(t.length){var l=f(t[t.length-1]);"object"==typeof exports&&"undefined"!=typeof module?module.exports=l:"function"==typeof define&&define.amd?define(function(){return l}):n&&(this[n]=l)}if(parcelRequire=f,i)throw i;return f}({"ve9D":[function(require,module,exports) {
const e=require("fs"),r=(t,n,o)=>{if(e.statSync(n).isDirectory()){try{e.mkdirSync(t)}catch(i){throw runningLog.fatal(`Unable to create new directory ${t}`),i}return e.readdirSync(n).forEach(e=>{return r(`${t}/${"gitignore"===e?".":""}${e}`,`${n}/${e}`,o)})}const c=e.readFileSync(n,{encoding:"utf8"});return e.writeFileSync(t,o(c))};module.exports.default=((e,t,n={})=>{if(!["cli","front","package"].includes(e))throw runningLog.fatal("No other project types exist at the moment"),new Error;const{prettyName:o}=n,c=o||t,i=new RegExp(`new-${e}`,"g");r(`./${t}`,`${__dirname}/../${e}`,e=>e.replace(i,c))});
const e=require("fs"),t=(r,n,c)=>{if(e.statSync(n).isDirectory()){try{e.mkdirSync(r)}catch(a){throw runningLog.fatal(`Unable to create new directory ${r}`),a}return e.readdirSync(n).forEach(e=>{const o=e.match(/^git/)?".":"";return t(`${r}/${o}${e}`,`${n}/${e}`,c)})}const o=e.readFileSync(n,{encoding:"utf8"});return e.writeFileSync(r,c(o))};module.exports.default=((e,r,n={})=>{if(!["cli","front","package"].includes(e))throw runningLog.fatal("No other project types exist at the moment"),new Error;const{prettyName:c}=n,o=c||r,a=new RegExp(`new-${e}`,"g");t(`./${r}`,`${__dirname}/../${e}`,e=>e.replace(a,o))});
},{}],"LM5A":[function(require,module,exports) {

@@ -5,0 +5,0 @@ const e=require("lodash"),n=require("commander"),{Signale:i}=require("signale"),{default:r}=require("./utils/cloner"),a=new i({interactive:!0,scope:"new:cli"});a.start("Beginning process"),global._=e,global.runningLog=a,n.arguments("<dir>").option("-n, --pretty-name [string]","optional internally applied application name").action((e,n)=>{a.info("Cloning project"),r("cli",e,n),a.success("Cloned new cli!")}),n.parse(process.argv);

#!/usr/bin/env node
parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c<t.length;c++)try{f(t[c])}catch(e){i||(i=e)}if(t.length){var l=f(t[t.length-1]);"object"==typeof exports&&"undefined"!=typeof module?module.exports=l:"function"==typeof define&&define.amd?define(function(){return l}):n&&(this[n]=l)}if(parcelRequire=f,i)throw i;return f}({"ve9D":[function(require,module,exports) {
const e=require("fs"),r=(t,n,o)=>{if(e.statSync(n).isDirectory()){try{e.mkdirSync(t)}catch(i){throw runningLog.fatal(`Unable to create new directory ${t}`),i}return e.readdirSync(n).forEach(e=>{return r(`${t}/${"gitignore"===e?".":""}${e}`,`${n}/${e}`,o)})}const c=e.readFileSync(n,{encoding:"utf8"});return e.writeFileSync(t,o(c))};module.exports.default=((e,t,n={})=>{if(!["cli","front","package"].includes(e))throw runningLog.fatal("No other project types exist at the moment"),new Error;const{prettyName:o}=n,c=o||t,i=new RegExp(`new-${e}`,"g");r(`./${t}`,`${__dirname}/../${e}`,e=>e.replace(i,c))});
const e=require("fs"),t=(r,n,c)=>{if(e.statSync(n).isDirectory()){try{e.mkdirSync(r)}catch(a){throw runningLog.fatal(`Unable to create new directory ${r}`),a}return e.readdirSync(n).forEach(e=>{const o=e.match(/^git/)?".":"";return t(`${r}/${o}${e}`,`${n}/${e}`,c)})}const o=e.readFileSync(n,{encoding:"utf8"});return e.writeFileSync(r,c(o))};module.exports.default=((e,r,n={})=>{if(!["cli","front","package"].includes(e))throw runningLog.fatal("No other project types exist at the moment"),new Error;const{prettyName:c}=n,o=c||r,a=new RegExp(`new-${e}`,"g");t(`./${r}`,`${__dirname}/../${e}`,e=>e.replace(a,o))});
},{}],"JCFq":[function(require,module,exports) {

@@ -5,0 +5,0 @@ const n=require("lodash"),e=require("commander"),{Signale:r}=require("signale"),{default:i}=require("./utils/cloner"),o=new r({interactive:!0,scope:"new:front"});o.start("Beginning process"),global._=n,global.runningLog=o,e.arguments("<dir>").option("-n, --pretty-name [string]","optional internally applied application name").action((n,e)=>{o.info("Cloning project"),i("front",n,e),o.success("Cloned new frontend!")}),e.parse(process.argv);

#!/usr/bin/env node
parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c<t.length;c++)try{f(t[c])}catch(e){i||(i=e)}if(t.length){var l=f(t[t.length-1]);"object"==typeof exports&&"undefined"!=typeof module?module.exports=l:"function"==typeof define&&define.amd?define(function(){return l}):n&&(this[n]=l)}if(parcelRequire=f,i)throw i;return f}({"ve9D":[function(require,module,exports) {
const e=require("fs"),r=(t,n,o)=>{if(e.statSync(n).isDirectory()){try{e.mkdirSync(t)}catch(i){throw runningLog.fatal(`Unable to create new directory ${t}`),i}return e.readdirSync(n).forEach(e=>{return r(`${t}/${"gitignore"===e?".":""}${e}`,`${n}/${e}`,o)})}const c=e.readFileSync(n,{encoding:"utf8"});return e.writeFileSync(t,o(c))};module.exports.default=((e,t,n={})=>{if(!["cli","front","package"].includes(e))throw runningLog.fatal("No other project types exist at the moment"),new Error;const{prettyName:o}=n,c=o||t,i=new RegExp(`new-${e}`,"g");r(`./${t}`,`${__dirname}/../${e}`,e=>e.replace(i,c))});
const e=require("fs"),t=(r,n,c)=>{if(e.statSync(n).isDirectory()){try{e.mkdirSync(r)}catch(a){throw runningLog.fatal(`Unable to create new directory ${r}`),a}return e.readdirSync(n).forEach(e=>{const o=e.match(/^git/)?".":"";return t(`${r}/${o}${e}`,`${n}/${e}`,c)})}const o=e.readFileSync(n,{encoding:"utf8"});return e.writeFileSync(r,c(o))};module.exports.default=((e,r,n={})=>{if(!["cli","front","package"].includes(e))throw runningLog.fatal("No other project types exist at the moment"),new Error;const{prettyName:c}=n,o=c||r,a=new RegExp(`new-${e}`,"g");t(`./${r}`,`${__dirname}/../${e}`,e=>e.replace(a,o))});
},{}],"Sfsy":[function(require,module,exports) {

@@ -5,0 +5,0 @@ const e=require("lodash"),n=require("commander"),{Signale:a}=require("signale"),{default:r}=require("./utils/cloner"),i=new a({interactive:!0,scope:"new:package"});i.start("Beginning process"),global._=e,global.runningLog=i,n.arguments("<dir>").option("-n, --pretty-name [string]","optional internally applied package name").action((e,n)=>{i.info("Cloning project"),r("package",e,n),i.success("Cloned new package!")}),n.parse(process.argv);

{
"name": "@brightsole/new",
"version": "1.1.2",
"version": "1.1.3",
"description": "new project generator",

@@ -5,0 +5,0 @@ "keywords": [

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