Socket
Socket
Sign inDemoInstall

lib-theme-contructor

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lib-theme-contructor - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

lib/index.js

@@ -83,2 +83,4 @@ const fs = require('fs-extra');

require('postcss-hexrgba'), // eslint-disable-line
// for use color functions
require('postcss-color-mod-function'), // eslint-disable-line
// plugin to unwrap nested rules like how Sass does it

@@ -85,0 +87,0 @@ require('postcss-nested'), // eslint-disable-line

6

package.json
{
"name": "lib-theme-contructor",
"version": "0.0.6",
"version": "0.0.7",
"description": "Theme constructor",

@@ -14,3 +14,3 @@ "keywords": [

"test": "NODE_ENV=test mocha --opts ./mocha.opts",
"lint": "./node_modules/.bin/eslint --ext .js lib test"
"lint": "eslint --ext .js lib test"
},

@@ -33,2 +33,3 @@ "repository": {

"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jest": "^22.14.1",
"eslint-plugin-jsx-a11y": "^6.0.3",

@@ -43,2 +44,3 @@ "eslint-plugin-react": "^7.7.0",

"postcss": "^6.0.21",
"postcss-color-mod-function": "^3.0.3",
"postcss-custom-properties": "^8.0.8",

@@ -45,0 +47,0 @@ "postcss-hexrgba": "^1.0.0",

@@ -5,3 +5,2 @@ # Lib theme constructor

[![CircleCI](https://circleci.com/gh/pentatonica/lib-theme-contructor.svg?style=shield&circle-token=878ded81440dbacdf0b75c107434a049bb394a8c)](https://circleci.com/gh/pentatonica/lib-theme-contructor)

@@ -8,0 +7,0 @@ ## Install

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