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.11 to 0.3.12

3

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

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

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

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

{
"name": "gwen",
"version": "0.3.11",
"version": "0.3.12",
"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

Sorry, the diff of this file is too big to display

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