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

@sanity/block-content-tests

Package Overview
Dependencies
Maintainers
7
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/block-content-tests - npm Package Compare versions

Comparing version

to
0.0.2

2

package.json
{
"name": "@sanity/block-content-tests",
"version": "0.0.1",
"version": "0.0.2",
"description": "Tests for shared block content rendering logic",

@@ -5,0 +5,0 @@ "main": "tests.js",

@@ -1,2 +0,6 @@

module.exports = function runTests(options) {
const identity = inp => inp
const defaults = {normalize: identity}
module.exports = function runTests(opts = {}) {
const options = Object.assign({}, defaults, opts)
const {render, h, normalize, getImageUrl} = options

@@ -3,0 +7,0 @@