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

@nteract/commutable

Package Overview
Dependencies
Maintainers
8
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nteract/commutable - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('./lib');
module.exports = require("./lib");
{
"name": "@nteract/commutable",
"version": "2.1.0",
"version": "2.1.1",
"description": "library for immutable notebook operations",

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

@@ -218,3 +218,6 @@ /* @flow */

cell.source.map(line =>
Array(cell.level).join("#").concat(" ").concat(line)
Array(cell.level)
.join("#")
.concat(" ")
.concat(line)
)

@@ -221,0 +224,0 @@ )

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