Socket
Socket
Sign inDemoInstall

@contentful/contentful-slatejs-adapter

Package Overview
Dependencies
1
Maintainers
176
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.16.9 to 15.16.10

5

dist/contentful-slatejs-adapter.es5.js

@@ -65,2 +65,7 @@ 'use strict';

typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
var e = new Error(message);
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
};
/**

@@ -67,0 +72,0 @@ * Ensures that data defaults to an empty object.

8

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

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

"dependencies": {
"@contentful/rich-text-types": "^16.3.1"
"@contentful/rich-text-types": "^16.3.2"
},

@@ -54,3 +54,3 @@ "devDependencies": {

"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.35.0",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^27.0.5",

@@ -64,3 +64,3 @@ "ts-node": "^6.0.0",

},
"gitHead": "0612185fd9bd9032365a33c496108b90d853dd27"
"gitHead": "a000e17e6d23ddb0ab93b922eded0b20059c6644"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc