Socket
Socket
Sign inDemoInstall

theme-bump

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

theme-bump - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

6

index.js

@@ -6,3 +6,3 @@ const increment = require('semver').inc;

const excludedDirs = ['node_modules'];
const excludedDirs = ['node_modules', 'content'];
const themesPath = 'etc/designs/zg';

@@ -16,6 +16,2 @@ const themeInfoName = 'theme.json';

const getDirectories = (source) => {
return readdirSync(source).map(name => join(source, name)).filter(isDirectory);
};
const isTheme = (source) => {

@@ -22,0 +18,0 @@ const contents = readdirSync(source);

2

package.json
{
"name": "theme-bump",
"version": "1.2.0",
"version": "1.2.1",
"description": "Bump the version of Zen Garden themes in Creative Exchange",

@@ -5,0 +5,0 @@ "repository": "git://github.com/mateuszluczak/theme-bump.git",

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