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 1.0.0-beta.5 to 1.0.0

3

es6/client/InjectorClient.d.ts

@@ -1,7 +0,4 @@

import { Properties, PropertiesList } from '@glitz/type';
import Injector from '../core/Injector';
export default class InjectorClient extends Injector {
injectClassRule: (style: Properties, pseudo?: string) => string | void;
injectKeyframesRule: (styleList: PropertiesList) => string | void;
constructor(styleElement: HTMLStyleElement, incrementClassHash?: () => string, incrementKeyframesHash?: () => string);
}

@@ -1,8 +0,5 @@

import { Properties, PropertiesList } from '@glitz/type';
import Injector from '../core/Injector';
export default class InjectorServer extends Injector {
injectClassRule: (style: Properties, pseudo?: string) => string | void;
injectKeyframesRule: (styleList: PropertiesList) => string | void;
getStyle: () => void;
constructor(incrementClassHash?: () => string, incrementKeyframesHash?: () => string);
}

4

package.json
{
"name": "@glitz/core",
"version": "1.0.0-beta.5",
"version": "1.0.0",
"main": "./cjs/index.js",

@@ -14,3 +14,3 @@ "module": "./jsm/index.js",

"dependencies": {
"@glitz/type": "^1.0.0-beta.4"
"@glitz/type": "^1.0.0"
},

@@ -17,0 +17,0 @@ "scripts": {

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