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

@nteract/commutable

Package Overview
Dependencies
Maintainers
17
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 7.4.4 to 7.4.5

1

lib/cells.js

@@ -9,3 +9,2 @@ "use strict";

metadata: immutable_1.Map({
collapsed: true,
jupyter: immutable_1.Map({

@@ -12,0 +11,0 @@ source_hidden: false,

85

package.json
{
"name": "@nteract/commutable",
"version": "7.4.4",
"version": "7.4.5",
"description": "library for immutable notebook operations",

@@ -8,4 +8,5 @@ "main": "lib/index.js",

"nteractDesktop": "src/index.ts",
"scripts": {},
"repository": "https://github.com/nteract/nteract/tree/master/packages/commutable",
"scripts": {
"release": "semantic-release -e semantic-release-monorepo --tag-format='@nteract/commutable@${version}'"
},
"keywords": [

@@ -28,3 +29,79 @@ "commutable",

},
"gitHead": "439bd2af1bdc4f15b32d0a5314bb36fc1a858f55"
"release": {
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"header": "Release Notes",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"hidden": true
},
{
"type": "docs",
"hidden": true
},
{
"type": "style",
"hidden": true
},
{
"type": "refactor",
"hidden": true
},
{
"type": "perf",
"hidden": true
},
{
"type": "test",
"hidden": true
}
]
},
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES",
"BREAKING"
]
},
"writerOpts": {
"commitsSort": [
"subject",
"scope"
]
}
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version}"
}
]
]
},
"gitHead": "53c6d0ec6038dfc1124345c0385e10cff43a18c5"
}

@@ -28,3 +28,2 @@ import { ImmutableOutput } from "./outputs";

metadata: ImmutableMap({
collapsed: true,
jupyter: ImmutableMap({

@@ -31,0 +30,0 @@ source_hidden: false,

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