Socket
Socket
Sign inDemoInstall

@lendi-ui/utils

Package Overview
Dependencies
Maintainers
10
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lendi-ui/utils - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

dist/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var breakpoint_1 = require("@lendi-ui/breakpoint");
exports.display = function (val) { return breakpoint_1.map(val, function (v) { return "display: " + v + ";"; }); };
exports.display = function (val) { return breakpoint_1.map(val, function (v) { return v && "display: " + v + ";"; }); };
//# sourceMappingURL=index.js.map
import { map } from '@lendi-ui/breakpoint';
export var display = function (val) { return map(val, function (v) { return "display: " + v + ";"; }); };
export var display = function (val) { return map(val, function (v) { return v && "display: " + v + ";"; }); };
//# sourceMappingURL=index.js.map
{
"name": "@lendi-ui/utils",
"version": "1.0.0",
"version": "1.0.1",
"source": "src/index.ts",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

Sorry, the diff of this file is not supported yet

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