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

remark-captions

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-captions - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

dist/index.js

@@ -161,5 +161,3 @@ 'use strict';

function getLast() {
var xs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
function getLast(xs) {
var len = xs.length;

@@ -166,0 +164,0 @@ if (!len) return;

{
"name": "remark-captions",
"version": "1.0.3",
"version": "1.0.4",
"repository": {

@@ -5,0 +5,0 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-captions",

@@ -173,3 +173,3 @@ const clone = require('clone')

function getLast (xs = []) {
function getLast (xs) {
const len = xs.length

@@ -176,0 +176,0 @@ if (!len) return

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