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

@glitz/core

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glitz/core - npm Package Compare versions

Comparing version 2.0.0-alpha.4 to 2.0.0

6

package.json
{
"name": "@glitz/core",
"version": "2.0.0-alpha.4",
"version": "2.0.0",
"main": "./cjs/index.js",

@@ -15,3 +15,3 @@ "module": "./mjs/index.js",

"dependencies": {
"@glitz/type": "^2.0.0-alpha.3"
"@glitz/type": "^2.0.0"
},

@@ -29,3 +29,3 @@ "scripts": {

],
"gitHead": "a0cae09767114cd2e7bdddbec40ad6bc9c33edc0"
"gitHead": "8ffd5c618e766e1322845f8422469da8c076e225"
}

@@ -5,4 +5,4 @@ import { Style } from '@glitz/type';

export default class GlitzServer<TStyle = Style> extends Base<TStyle> {
getStyleMarkup: (className?: string) => string;
getStyleMarkup: () => string;
constructor(options?: Options);
}
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