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

@rwh/keystrokes

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rwh/keystrokes - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

dist/cjs/handler-state.d.ts

40

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc