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

frets-styles-generator

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frets-styles-generator - npm Package Compare versions

Comparing version 1.4.0 to 2.0.0

.tool-versions

23

CHANGELOG.md

@@ -5,2 +5,25 @@ # Change Log

<a name="2.0.0"></a>
# [2.0.0](https://gitlab.com/FRETS/frets/compare/v1.4.1...v2.0.0) (2020-11-20)
* Merge pull request #13 from sirtimbly/upgrade-postcss ([cbe2d87](https://gitlab.com/FRETS/frets/commit/cbe2d87))
### Bug Fixes
* react template excludes falsey children ([d5fe210](https://gitlab.com/FRETS/frets/commit/d5fe210))
### BREAKING CHANGES
* upgraded to postcss 8
<a name="1.4.1"></a>
## [1.4.1](https://gitlab.com/FRETS/frets/compare/v1.4.0...v1.4.1) (2020-01-16)
<a name="1.4.0"></a>

@@ -7,0 +30,0 @@ # [1.4.0](https://gitlab.com/FRETS/frets/compare/v1.3.0...v1.4.0) (2019-12-12)

10

package.json
{
"name": "frets-styles-generator",
"version": "1.4.0",
"version": "2.0.0",
"description": "Tool that genreates a typescript class for FRETS based on a CSS file",

@@ -23,3 +23,3 @@ "main": "build/main/index.js",

"changelog": "standard-version",
"release": "yarn reset && yarn test && yarn docs:publish && yarn changelog",
"release": "yarn reset && yarn test && yarn changelog",
"reset": "git clean -dfx && git reset --hard && yarn"

@@ -43,3 +43,3 @@ },

"engines": {
"node": ">=8.0"
"node": ">=10.0"
},

@@ -100,4 +100,4 @@ "devDependencies": {

"normalize-path": "^3.0.0",
"postcss": "^7.0.14",
"postcss-import": "^12.0.1",
"postcss": "^8.1.8",
"postcss-import": "^13.0.0",
"tslib": "^1.9.3",

@@ -104,0 +104,0 @@ "walk": "^2.3.14"

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