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.4.3 to 0.4.4

8

lib/src/GwenBase.d.ts

@@ -50,6 +50,6 @@ import { GwenBaseBase } from './GwenBaseBase';

get full(): this;
get oh(): this;
get ov(): this;
get os(): this;
get oa(): this;
get ofh(): this;
get ofv(): this;
get ofs(): this;
get ofa(): this;
get smallcaps(): this;

@@ -56,0 +56,0 @@ /**

@@ -417,3 +417,3 @@ "use strict";

});
Object.defineProperty(GwenBase.prototype, "oh", {
Object.defineProperty(GwenBase.prototype, "ofh", {
get: function () {

@@ -425,3 +425,3 @@ return this.css({ overflow: 'hidden' });

});
Object.defineProperty(GwenBase.prototype, "ov", {
Object.defineProperty(GwenBase.prototype, "ofv", {
get: function () {

@@ -433,3 +433,3 @@ return this.css({ overflow: 'visible' });

});
Object.defineProperty(GwenBase.prototype, "os", {
Object.defineProperty(GwenBase.prototype, "ofs", {
get: function () {

@@ -441,3 +441,3 @@ return this.css({ overflow: 'scroll' });

});
Object.defineProperty(GwenBase.prototype, "oa", {
Object.defineProperty(GwenBase.prototype, "ofa", {
get: function () {

@@ -444,0 +444,0 @@ return this.css({ overflow: 'auto' });

{
"name": "gwen",
"version": "0.4.3",
"version": "0.4.4",
"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