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

@marvr/storyblok-rich-text-types

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marvr/storyblok-rich-text-types - npm Package Compare versions

Comparing version 3.1.2 to 3.2.0

dist/index.cjs

49

package.json
{
"name": "@marvr/storyblok-rich-text-types",
"version": "3.1.2",
"main": "./dist/storyblok-rich-text-types.cjs.js",
"module": "./dist/storyblok-rich-text-types.es.js",
"types": "./dist/storyblok-rich-text-types.d.ts",
"scripts": {
"build": "pnpm clean && rollup -c",
"clean": "rm -rf dist"
"version": "3.2.0",
"keywords": [
"rich-text",
"renderer",
"storyblok",
"types",
"typescript",
"declaration"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/MarvinRudolph/storyblok-rich-text-renderer.git"
},
"author": "Marvin Rudolph",
"type": "module",
"bugs": {
"url": "https://github.com/MarvinRudolph/storyblok-rich-text-renderer/issues"
},
"homepage": "https://github.com/MarvinRudolph/storyblok-rich-text-renderer#readme",
"files": [
"dist"
"dist",
"src"
],
"gitHead": "8dda1678cf682d8cf7ae1d7389bea69d0e7c673d"
}
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./src": "./src/index.ts"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"devDependencies": {
"tsup": "^5.11.11"
},
"scripts": {
"build": "rm -rf dist && tsup src/index.ts --format esm,cjs --dts"
},
"readme": "# @marvr/storyblok-rich-text-types\n\n> Type definitions for every node.\n\nThis package is shipped automatically with the renderer. You don't need to install it manually."
}
# @marvr/storyblok-rich-text-types
## WIP
> Type definitions for every node.
This package is shipped automatically with the renderer. You don't need to install it manually.
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