@rwh/keystrokes
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
{ | ||
"name": "@rwh/keystrokes", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"main": "dist/cjs/index.js", | ||
"files": [ | ||
"dist/**/*.js", | ||
"dist/**/*.d.ts" | ||
"dist/cjs/*.js", | ||
"dist/cjs/*.d.ts", | ||
"keystrokes.js", | ||
"keystrokes.js.map" | ||
], | ||
@@ -21,15 +23,31 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^18.11.9", | ||
"@rollup/plugin-typescript": "^9.0.2", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.11", | ||
"@types/sinon": "^10.0.13", | ||
"@typescript-eslint/eslint-plugin": "^5.36.0", | ||
"@typescript-eslint/parser": "^5.36.0", | ||
"concurrently": "^7.6.0", | ||
"eslint": "^8.23.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"mocha": "^10.1.0", | ||
"rollup": "^3.2.5", | ||
"node-static": "^0.7.11", | ||
"prettier": "^2.7.1", | ||
"rollup": "^3.6.0", | ||
"sinon": "^14.0.2", | ||
"source-map-support": "^0.5.21", | ||
"typescript": "^4.8.4" | ||
"tslib": "^2.4.1", | ||
"typescript": "^4.9.3" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "tsc && mocha -r source-map-support/register dist/test/*.spec.js" | ||
"build": "concurrently \"npm:build:*\"", | ||
"lint": "eslint ./src", | ||
"test": "tsc --project ./tsconfig.test.json && mocha -r source-map-support/register dist/test/test/*.spec.js", | ||
"build:cjs": "tsc --project ./tsconfig.cjs.json", | ||
"build:test": "tsc --project ./tsconfig.test.json", | ||
"build:script": "rollup --config ./rollup.script.config.js && cp ./dist/script/keystrokes.js ./keystrokes.js && cp ./dist/script/keystrokes.js.map ./keystrokes.js.map", | ||
"build:example": "cp ./src/example/index.* ./dist/example/ && rollup --config ./rollup.example.config.js", | ||
"example": "static ./dist/example" | ||
} | ||
} |
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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
108114
1099
0
348
18
13