Socket
Socket
Sign inDemoInstall

@canopycanopycanopy/b-ber-lib

Package Overview
Dependencies
Maintainers
1
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canopycanopycanopy/b-ber-lib - npm Package Compare versions

Comparing version 0.1.0-alpha.3920e8b6 to 0.1.0-alpha.4588cf2a

2

ApplicationLoader.js

@@ -312,3 +312,3 @@ 'use strict';

base_url: '/',
remote_url: '/',
remote_url: 'http://localhost:3000/',
private: false,

@@ -315,0 +315,0 @@ ignore: {},

@@ -25,6 +25,2 @@ 'use strict';

var _bBerLogger = require('@canopycanopycanopy/b-ber-logger');
var _bBerLogger2 = _interopRequireDefault(_bBerLogger);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -31,0 +27,0 @@

{
"name": "@canopycanopycanopy/b-ber-lib",
"version": "0.1.0-alpha.3920e8b6",
"version": "0.1.0-alpha.4588cf2a",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -95,5 +95,5 @@ 'use strict';

return themeList.reduce(function (acc, curr) {
var icon = currentTheme && currentTheme === curr ? '✔' : '-';
var icon = currentTheme && currentTheme === curr ? '✓' : '○';
return acc.concat(' ' + icon + ' ' + curr + '\n');
}, '\n');
}, '\n').slice(0, -1);
};

@@ -100,0 +100,0 @@

@@ -123,35 +123,2 @@ 'use strict';

* [description]
* @return {String}
*/
// const src = () => {
// if (!state.buildTypes[state.build] || !state.buildTypes[state.build].src) {
// state.update('build', 'epub')
// }
// return path.join(cwd, state.buildTypes[state.build].src)
// }
/**
* [description]
* @return {String}
*/
// const dist = () => {
// if (!state.buildTypes[state.build] || !state.buildTypes[state.build].dist) {
// state.update('build', 'epub')
// }
// return path.join(cwd, state.buildTypes[state.build].dist)
// }
// const build = () => state.build
// const env = () => state.config.env
// const version = () => state.version
// const theme = () => state.theme
// const metadata = () => state.metadata
/**
* [description]
* @param {Array<Object<Promise>>} promiseArray [description]

@@ -158,0 +125,0 @@ * @return {Object<Promise|Error>}

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