Socket
Socket
Sign inDemoInstall

@canopycanopycanopy/b-ber-theme-serif

Package Overview
Dependencies
Maintainers
3
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canopycanopycanopy/b-ber-theme-serif - npm Package Compare versions

Comparing version 0.0.1 to 1.0.6-alpha.8

_debug.scss

23

index.js

@@ -5,15 +5,14 @@ const fs = require('fs')

function getAssets(name, re) {
const dir = path.join(__dirname, name)
return fs.existsSync(dir)
? fs.readdirSync(dir).filter(asset => re.test(path.extname(asset)))
: []
}
module.exports = {
name: 'b-ber-theme-serif',
entry: path.resolve('application.scss'),
fonts: getAssets('fonts', /\.(otf|ttf|woff2?|eot)/i),
images: getAssets('images', /\.(jpe?g|png|gif)/i),
npmPackage
name: 'b-ber-theme-serif',
entry: path.join(__dirname, 'application.scss'),
fonts: (() =>
fs
.readdirSync(path.join(__dirname, 'fonts'))
.filter(file => /\.(otf|ttf|woff2?|eot)/i.test(path.extname(file))))(),
images: (() =>
fs
.readdirSync(path.join(__dirname, 'images'))
.filter(file => /\.(jpe?g|png|gif)/i.test(path.extname(file))))(),
npmPackage,
}
{
"name": "@canopycanopycanopy/b-ber-theme-serif",
"version": "0.0.1",
"description": "",
"version": "1.0.6-alpha.8+625e5f90",
"description": "A serif theme for b-ber projects",
"main": "index.js",
"author": "Triple Canopy <b-ber@canopycanopycanopy.com> (https://triplecanopy.github.io/)",
"contributors": [
{
"name": "Maxwell Simmer",
"email": "maxwellsimmer.com@gmail.com",
"url": "https://maxwellsimmer.com"
}
],
"license": "GPL-3.0-or-later",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Maxwell Simmer <maxwell.simmer@gmail.com> (http://maxwellsimmer.com)",
"license": "MIT",
"dependencies": {
"modularscale-sass": "^3.0.10"
}
},
"gitHead": "625e5f9007572732a7454236da10b917551adf02"
}

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