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

@contentful/contentful-slatejs-adapter

Package Overview
Dependencies
Maintainers
70
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/contentful-slatejs-adapter - npm Package Compare versions

Comparing version 5.0.0 to 14.1.0

26

package.json
{
"name": "@contentful/contentful-slatejs-adapter",
"version": "5.0.0",
"version": "14.1.0",
"description": "",

@@ -11,6 +11,6 @@ "keywords": [],

],
"author": "",
"author": "Contentful GmbH",
"repository": {
"type": "git",
"url": "https://github.com/contentful/contentful-slatejs-adapter.git"
"url": "https://github.com/contentful/rich-text.git"
},

@@ -30,6 +30,2 @@ "license": "MIT",

"report-coverage": "cat ./coverage/lcov.info | coveralls",
"commit": "git-cz",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once --pro",
"commitmsg": "validate-commit-msg",
"precommit": "lint-staged"

@@ -43,11 +39,2 @@ },

},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"validate-commit-msg": {
"types": "conventional-commit-types",
"helpMessage": "Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"
}
},
"jest": {

@@ -82,6 +69,4 @@ "transform": {

"@types/lodash.get": "^4.4.4",
"@types/lodash.omit": "^4.5.3",
"@types/node": "^10.0.3",
"colors": "^1.1.2",
"commitizen": "^2.9.6",
"coveralls": "^3.0.0",

@@ -105,4 +90,2 @@ "cross-env": "^5.0.1",

"rollup-plugin-typescript2": "^0.11.1",
"semantic-release": "^15.6.0",
"travis-deploy-once": "^5.0.0",
"ts-jest": "^22.0.0",

@@ -113,4 +96,3 @@ "ts-node": "^6.0.0",

"tslint-config-standard": "^7.0.0",
"typescript": "^2.6.2",
"validate-commit-msg": "^2.12.2"
"typescript": "^2.6.2"
},

@@ -117,0 +99,0 @@ "publishConfig": {

31

README.md

@@ -1,6 +0,23 @@

contentful-slatejs-adapter
=====
# contentful-slatejs-adapter
The library provides an adapter to convert Slate's Document to Contentful Document and vice-versa.
This library provides an adapter to convert Slate's document structure to Contentful's rich text document structure and vice-versa.
## Installation
Using [npm](http://npmjs.org/):
```sh
npm install @contentful/contentful-slatejs-adapter
```
Using [yarn](https://yarnpkg.com/):
```sh
yarn add @contentful/contentful-slatejs-adapter
```
## Usage
_TBA_
```json

@@ -103,9 +120,1 @@ {

```
## 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