New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@contentful/structured-text-types

Package Overview
Dependencies
Maintainers
48
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/structured-text-types - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

1

dist/lib/marks.js

@@ -7,3 +7,4 @@ "use strict";

UNDERLINE: 'underline',
CODE: 'code',
};
//# sourceMappingURL=marks.js.map

@@ -38,2 +38,3 @@ 'use strict';

UNDERLINE: 'underline',
CODE: 'code',
};

@@ -40,0 +41,0 @@

@@ -5,3 +5,4 @@ declare const _default: {

UNDERLINE: string;
CODE: string;
};
export default _default;

8

package.json
{
"name": "@contentful/structured-text-types",
"version": "2.1.0",
"version": "2.2.0",
"description": "",

@@ -14,3 +14,3 @@ "keywords": [],

"type": "git",
"url": "https://github.com/contentful/structured-text-types.git"
"url": "git+ssh://git@github.com/contentful/structured-text-types.git"
},

@@ -33,3 +33,5 @@ "license": "MIT",

"travis-deploy-once": "travis-deploy-once --pro",
"precommit": "lint-staged"
"precommit": "lint-staged",
"commitmsg": "validate-commit-msg",
"prepush": "npm run test:prod && npm run build"
},

@@ -36,0 +38,0 @@ "lint-staged": {

@@ -1,7 +0,17 @@

structured-text-types
====================
# structured-text-types
Type Definition and constants for Contentful Structured Text.
Block constants partially taken from [markup-it](https://github.com/GitbookIO/markup-it).
Block constants partially taken from [markup-it](https://github.com/GitbookIO/markup-it).
## Releases flow (Atomatic Releases)
Automatic releases are possible thanks to [semantic release](https://github.com/semantic-release/semantic-release), which publishes the code automatically on npm and generates a changelog.
We follow [angular commit format](https://gist.github.com/stephenparish/9941e89d80e2bc58a153#allowed-type) to generate a changelog.
You'll need to use `npm run commit`, to create conventional commits.

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