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

nav-frontend-typografi

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nav-frontend-typografi - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

lib/index.js

@@ -157,3 +157,3 @@ 'use strict';

} },
ingress: { defaultTag: 'h3', cls: function cls() {
ingress: { defaultTag: 'p', cls: function cls() {
for (var _len5 = arguments.length, args = Array(_len5), _key5 = 0; _key5 < _len5; _key5++) {

@@ -160,0 +160,0 @@ args[_key5] = arguments[_key5];

{
"name": "nav-frontend-typografi",
"version": "1.0.9",
"version": "1.0.10",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "jsnext:main": "src/index.js",

@@ -11,3 +11,3 @@ import PT from 'prop-types';

undertittel: { defaultTag: 'h2', cls: (...args) => classNames('typo-undertittel', ...args) },
ingress: { defaultTag: 'h3', cls: (...args) => classNames('typo-ingress', ...args) },
ingress: { defaultTag: 'p', cls: (...args) => classNames('typo-ingress', ...args) },
element: { defaultTag: 'p', cls: (...args) => classNames('typo-element', ...args) },

@@ -14,0 +14,0 @@ normaltekst: { defaultTag: 'p', cls: (...args) => classNames('typo-normal', ...args) },

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