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

@nrk/core-docs

Package Overview
Dependencies
Maintainers
124
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrk/core-docs - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

5

lib/index.js

@@ -71,2 +71,3 @@ import 'raf/polyfill' // Fixes React

mark.table = (thead, tbody) => `<table class="docs-table"><thead>${thead}</thead><tbody>${tbody}</tbody></table>`
mark.blockquote = (text) => `<blockquote class="docs-quote">${text}</blockquote>`
mark.paragraph = (text) => `<p class="docs-p">${text}</p>`

@@ -158,3 +159,3 @@ mark.list = (body) => `<ul class="docs-list">${body}</ul>`

if(!isInViewport(anchor)) anchor.scrollIntoView()
if (!isInViewport(anchor)) anchor.scrollIntoView()
}

@@ -164,3 +165,3 @@ }

function preventScrollOnTabs (event) {
if (event.metaKey || event.ctrlKey || event.defaultPrevented) return;
if (event.metaKey || event.ctrlKey || event.defaultPrevented) return
for (let el = event.target; el; el = el.parentElement) {

@@ -167,0 +168,0 @@ if (el.hash && el.hasAttribute('aria-controls')) {

4

package.json

@@ -6,3 +6,3 @@ {

"author": "NRK <opensource@nrk.no> (https://www.nrk.no/)",
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",

@@ -40,3 +40,3 @@ "scripts": {

"@nrk/core-tabs": "1.1.12",
"buble": "0.19.6",
"buble": "0.19.7",
"code-prettify": "0.1.0",

@@ -43,0 +43,0 @@ "core-js": "2.6.5",

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