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

@prezly/slate-lists

Package Overview
Dependencies
Maintainers
11
Versions
303
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prezly/slate-lists - npm Package Compare versions

Comparing version

to
0.81.2

8

package.json
{
"name": "@prezly/slate-lists",
"version": "0.81.1",
"version": "0.81.2",
"description": "The best Slate lists extension out there",

@@ -36,5 +36,5 @@ "license": "MIT",

"test": "pnpm test:unit && pnpm test:build",
"test:unit": "mocha --exit --config ../../.mocharc.cjs './src/**/*.test.{ts,tsx}'",
"test:unit": "mocha --exit --config ../../.mocha/config.cjs './src/**/*.test.{ts,tsx}'",
"test:build": "pnpm test:esm && pnpm test:types",
"test:esm": "node --input-type module -e \" import '../../mockDOM.cjs'; import './build/index.js'; \" ",
"test:esm": "node --input-type module -e \" import '../../.mocha/mockDOM.cjs'; import './build/index.js'; \" ",
"test:types": "tsc --noEmit --esModuleInterop build/index.d.ts",

@@ -59,3 +59,3 @@ "clean": "pnpm clean:build && pnpm clean:node_modules",

},
"gitHead": "891ff815c25454905aa30c1530ef8cdd0696f550"
"gitHead": "9c16b016bb50c716914fafe6682b5bc4cf341ac8"
}