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

datocms-structured-text-generic-html-renderer

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datocms-structured-text-generic-html-renderer - npm Package Compare versions

Comparing version 1.0.15 to 1.1.0-alpha.0

dist/cjs/index.js

12

package.json
{
"name": "datocms-structured-text-generic-html-renderer",
"version": "1.0.15",
"version": "1.1.0-alpha.0",
"description": "A set of Typescript types and helpers to work with DatoCMS Structured Text fields",

@@ -12,4 +12,6 @@ "keywords": [

"license": "MIT",
"main": "dist/lib/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/types/index.d.ts",
"sideEffects": false,
"directories": {

@@ -27,3 +29,3 @@ "lib": "dist",

"scripts": {
"build": "tsc --module commonjs",
"build": "tsc && tsc --project ./tsconfig.esnext.json",
"prebuild": "rimraf dist"

@@ -35,5 +37,5 @@ },

"dependencies": {
"datocms-structured-text-utils": "^1.0.15"
"datocms-structured-text-utils": "^1.1.0-alpha.0"
},
"gitHead": "613e1b8fa79f894f110a3b6e41bb70f33371825b"
"gitHead": "c7afc1966e7e95101c4d945f9612e490ba9e393b"
}
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