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

better-base-template

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-base-template - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

1

config.js

@@ -173,2 +173,3 @@ module.exports = {

],
tfLineHeightBreakpoints: false,
tfEnableTransform: true,

@@ -175,0 +176,0 @@ tfTransforms: [

2

index.js

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

init: (options) => {
parser.options = Object.assign({}, options, config.options);
parser.options = Object.assign({}, config.options, options);

@@ -11,0 +11,0 @@ parser.parseConfig.variables();

{
"name": "better-base-template",
"version": "1.0.7",
"version": "1.0.8",
"description": "An awesome base-template generator!",

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

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