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.12 to 0.3.13

2

lib/src/external.d.ts
import { Gwen } from './Gwen';
declare const gwen: (...args: Gwen[]) => any;
declare const gwen: (...args: Gwen[]) => Gwen;
export { Gwen, gwen };

@@ -5,4 +5,4 @@ "use strict";

exports.Gwen = Gwen_1.Gwen;
var gwen = Gwen_1.Gwen.from;
var gwen = Gwen_1.Gwen.make;
exports.gwen = gwen;
//# sourceMappingURL=external.js.map
import { GwenBase } from './GwenBase';
export declare class Gwen extends GwenBase {
static from: (...args: Gwen[]) => any;
static make: (...args: Gwen[]) => Gwen;
get f0(): this;

@@ -5,0 +5,0 @@ get f1(): this;

@@ -28,4 +28,4 @@ import { cx } from 'emotion';

css: (...args: import("emotion").Interpolation<undefined>[]) => this;
cx: (...args: import("create-emotion").ClassNamesArg[]) => any;
add: (...args: this[]) => any;
cx: (...args: import("create-emotion").ClassNamesArg[]) => this;
add: (...args: this[]) => this;
alignContent: (arg: string | string[] | undefined) => this;

@@ -32,0 +32,0 @@ alignItems: (arg: string | string[] | undefined) => this;

{
"name": "gwen",
"version": "0.3.12",
"version": "0.3.13",
"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 too big to display

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