New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gwen

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gwen - npm Package Compare versions

Comparing version 0.7.2 to 0.8.0

7

lib/src/GwenBaseBase.js

@@ -65,3 +65,8 @@ "use strict";

}
return new _this.constructor(_this.theme, __assign(__assign({}, _this.params), { cssArray: __spreadArrays(_this.params.cssArray, args) }));
_this.params.cssArray = __spreadArrays(_this.params.cssArray, args);
// return new (this as any).constructor(this.theme, {
// ...this.params,
// cssArray: [. ..this.params.cssArray, ...args],
// });
return _this;
};

@@ -68,0 +73,0 @@ // cx = (...args: CxArgs): this => {

2

package.json
{
"name": "gwen",
"version": "0.7.2",
"version": "0.8.0",
"description": "A utility-first CSS library designed for brevity",

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

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