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

@openstax/highlighter

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openstax/highlighter - npm Package Compare versions

Comparing version

to
1.4.1-fix5

highlights-client/.gitignore

8

package.json
{
"name": "@openstax/highlighter",
"version": "1.4.1-fix4",
"version": "1.4.1-fix5",
"main": "dist/index.js",

@@ -8,3 +8,3 @@ "license": "MIT",

"dist",
"node_modules/@openstax/highlights-client"
"highlights-client"
],

@@ -24,5 +24,6 @@ "scripts": {

"watch:test": "jest --watchAll",
"preinstall": "yarn client:build",
"client:clean": "rm -rf 'node_modules/@openstax/highlights-client' highlights-client",
"client:build": "./script/build-client.bash",
"client:install": "mkdir -p node_modules/\\@openstax/highlights-client && cp -r highlights-client node_modules/\\@openstax",
"client:install": "yarn add ./highlights-client",
"client:rebuild": "npm-run-all client:clean client:build client:install"

@@ -78,2 +79,3 @@ },

"dependencies": {
"@openstax/highlights-client": "highlights-client",
"change-case": "^4.0.0",

@@ -80,0 +82,0 @@ "serialize-selection": "^1.1.1",