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

alef

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alef - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

es/Renderer.js

@@ -169,5 +169,3 @@ import * as tslib_1 from "tslib";

renderer.cache[declarationReference] = "";
/* eslint-disable no-continue */
continue;
/* eslint-enable */
}

@@ -174,0 +172,0 @@ var className = renderer.selectorPrefix +

2

es/types/Rule.d.ts
import { StyleObject } from "./StyleObject";
import Renderer from "../Renderer";
export declare type Rule = ((props: object, renderer?: Renderer) => StyleObject) | StyleObject;
export declare type Rule<P = object> = ((props: P, renderer?: Renderer) => StyleObject) | StyleObject;
{
"name": "alef",
"version": "0.1.6",
"version": "0.1.7",
"description": "Dynamic and high-performance CSS in JavaScript",

@@ -27,2 +27,3 @@ "keywords": [

"main": "es/index.js",
"types": "es/index.d.ts",
"jsnext:main": "es/index.js",

@@ -29,0 +30,0 @@ "module": "es/index.js",

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