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

@jupyterlab/nbformat

Package Overview
Dependencies
Maintainers
21
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/nbformat - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0-alpha.0

2

lib/index.js

@@ -28,3 +28,3 @@ // Copyright (c) Jupyter Development Team.

const isJSONType = type === 'application/json' || jsonTest.test(type);
let isString = (x) => {
const isString = (x) => {
return Object.prototype.toString.call(x) === '[object String]';

@@ -31,0 +31,0 @@ };

{
"name": "@jupyterlab/nbformat",
"version": "2.1.0",
"version": "2.2.0-alpha.0",
"description": "Notebook format interfaces",

@@ -30,6 +30,11 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"build": "tsc -b",
"build:test": "tsc --build tsconfig.test.json",
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
"docs": "typedoc src",
"prepublishOnly": "npm run build",
"watch": "tsc -b -w --listEmittedFiles"
"test": "jest",
"test:cov": "jest --collect-coverage",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
"watch": "tsc -b --watch"
},

@@ -40,4 +45,8 @@ "dependencies": {

"devDependencies": {
"@jupyterlab/testutils": "^2.2.0-alpha.0",
"@types/jest": "^24.0.23",
"jest": "^25.2.3",
"rimraf": "~3.0.0",
"typescript": "~3.7.3"
"ts-jest": "^25.2.1",
"typescript": "~3.9.2"
},

@@ -47,3 +56,3 @@ "publishConfig": {

},
"gitHead": "b7e30bc29e545e412ff8b62a17d7478be1552a7e"
"gitHead": "d6772c788e019a1db5abcb2ea1b7d40d2d8916b4"
}

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