@diplodoc/cut-extension
Advanced tools
Comparing version 0.2.5 to 0.2.6-beta
{ | ||
"name": "@diplodoc/cut-extension", | ||
"version": "0.2.5", | ||
"version": "0.2.6-beta", | ||
"description": "Cut extension for Diplodoc platform", | ||
"main": "plugin/index.js", | ||
"types": "plugin/index.d.ts", | ||
"main": "build/plugin/index.js", | ||
"types": "build/plugin/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./plugin/index.d.ts", | ||
"default": "./plugin/index.js" | ||
"types": "./build/plugin/index.d.ts", | ||
"default": "./build/plugin/index.js" | ||
}, | ||
"./runtime": { | ||
"types": "./runtime/index.d.ts", | ||
"style": "./runtime/index.css", | ||
"default": "./runtime/index.js" | ||
"types": "./build/runtime/index.d.ts", | ||
"style": "./build/runtime/index.css", | ||
"default": "./build/runtime/index.js" | ||
} | ||
@@ -29,28 +29,24 @@ }, | ||
"files": [ | ||
"plugin", | ||
"runtime" | ||
"build" | ||
], | ||
"scripts": { | ||
"init": "husky install && npm run build", | ||
"precommit": "npm run lint && npm run test", | ||
"build": "run-p build:*", | ||
"build:js": "./esbuild/build.mjs", | ||
"build:declarations": "tsc --emitDeclarationOnly --outDir .", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint --fix .", | ||
"test": "cd tests && npm ci && jest", | ||
"build:declarations": "tsc --emitDeclarationOnly --outDir ./build -p tsconfig.publish.json", | ||
"test": "cd tests && npm ci && npm test", | ||
"typecheck": "tsc --noEmit", | ||
"prepublishOnly": "npm run build" | ||
"prepublishOnly": "npm run build", | ||
"lint": "lint update && lint", | ||
"lint:fix": "lint update && lint fix", | ||
"pre-commit": "lint update && lint-staged", | ||
"prepare": "husky" | ||
}, | ||
"devDependencies": { | ||
"@diplodoc/eslint-config": "^2.0.0", | ||
"@diplodoc/prettier-config": "^2.0.0", | ||
"@diplodoc/lint": "^1.1.3", | ||
"@diplodoc/tsconfig": "^1.0.2", | ||
"@types/markdown-it": "^13.0.8", | ||
"@types/markdown-it": "^13.0.9", | ||
"esbuild": "^0.22.0", | ||
"esbuild-sass-plugin": "^3.3.1", | ||
"husky": "^9.0.11", | ||
"markdown-it": "^13.0.2", | ||
"npm-run-all": "^4.1.5", | ||
"ts-jest": "^29.2.2", | ||
"typescript": "^5.5.3" | ||
@@ -57,0 +53,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
37690
8
312
3