Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kremling

Package Overview
Dependencies
Maintainers
13
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kremling - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

package.json
{
"name": "kremling",
"version": "2.0.1",
"version": "2.0.2",
"description": "Embarrassingly simple css for React",

@@ -5,0 +5,0 @@ "main": "lib/kremling.js",

@@ -1,5 +0,7 @@

export = Kremling
import * as React from 'react';
export = Kremling;
declare namespace Kremling {
function useCss(css: string): Scope;
function useCss(css: string | object): Scope;
function always(className: string): KremlingString & string;

@@ -23,2 +25,9 @@ function a(className: string): KremlingString & string;

interface ScopedProps {
css: string | object;
namespace?: string;
}
class Scoped extends React.Component<ScopedProps> {}
type Scope = {

@@ -25,0 +34,0 @@ 'data-kremling': string,

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