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

@atlaskit/adf-schema

Package Overview
Dependencies
Maintainers
1
Versions
407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/adf-schema - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

8

bundle-size-ratchet.json

@@ -6,4 +6,4 @@ [

"stats": {
"size": 56835,
"gzipSize": 13863
"size": 56848,
"gzipSize": 13873
}

@@ -23,6 +23,6 @@ },

"stats": {
"size": 116889,
"gzipSize": 32050
"size": 116902,
"gzipSize": 32064
}
}
]
# @atlaskit/adf-schema
## 2.3.1
- [patch] [d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
- Enable esModuleInterop for typescript, this allows correct use of default exports
## 2.3.0

@@ -4,0 +9,0 @@ - [minor] [02dd1f7287](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/02dd1f7287):

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

import * as LinkifyIt from 'linkify-it';
import LinkifyIt from 'linkify-it';
var whitelistedURLPatterns = [

@@ -3,0 +3,0 @@ /^https?:\/\//im,

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var nodes = require("./nodes");
var tslib_1 = require("tslib");
var nodes = tslib_1.__importStar(require("./nodes"));
var typedNodes = nodes;
exports.inlineNodes = new Set(Object.keys(typedNodes).filter(function (key) { return typedNodes[key] && typedNodes[key].group === 'inline'; }));
//# sourceMappingURL=inline-nodes.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var namedColors = require("css-color-names");
var namedColors = tslib_1.__importStar(require("css-color-names"));
/**

@@ -6,0 +6,0 @@ * We're avoding importing these colors from @atlaskit/theme since we

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var LinkifyIt = require("linkify-it");
var tslib_1 = require("tslib");
var linkify_it_1 = tslib_1.__importDefault(require("linkify-it"));
var whitelistedURLPatterns = [

@@ -41,3 +42,3 @@ /^https?:\/\//im,

};
var linkify = LinkifyIt();
var linkify = linkify_it_1.default();
linkify.add('sourcetree:', 'http:');

@@ -44,0 +45,0 @@ function getLinkMatch(str) {

{
"name": "@atlaskit/adf-schema",
"version": "2.2.1",
"version": "2.3.0",
"sideEffects": false
}
{
"name": "@atlaskit/adf-schema",
"version": "2.3.0",
"version": "2.3.1",
"sideEffects": false
}
{
"name": "@atlaskit/adf-schema",
"version": "2.3.0",
"version": "2.3.1",
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",

@@ -39,3 +39,3 @@ "license": "Apache-2.0",

"@atlaskit/editor-test-helpers": "^8.0.1",
"@atlaskit/json-schema-generator": "^2.0.0",
"@atlaskit/json-schema-generator": "^2.1.1",
"ajv": "^4.11.3",

@@ -46,2 +46,2 @@ "axios": "^0.17.1",

"repository": "https://bitbucket.org/atlassian/atlaskit-mk-2"
}
}
{
"name": "@atlaskit/adf-schema",
"version": "2.3.0",
"version": "2.3.1",
"sideEffects": false
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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