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.3.8 to 0.3.9

2

lib/src/GwenBaseBase.d.ts

@@ -20,3 +20,3 @@ import { cx } from 'emotion';

protected params: GwenParams;
constructor(params: GwenParams);
constructor(params?: GwenParams);
get class(): string;

@@ -23,0 +23,0 @@ static css: {

@@ -25,2 +25,3 @@ "use strict";

var _this = this;
if (params === void 0) { params = { cxArray: [] }; }
this.defaultTheme = {

@@ -36,3 +37,2 @@ xs: '420px',

this.theme = {};
this.params = { cxArray: [] };
// protected _update = (...args: CxArgs) => {

@@ -39,0 +39,0 @@ // this.className = cx(this.className, ...args);

{
"name": "gwen",
"version": "0.3.8",
"version": "0.3.9",
"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