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.2 to 1.0.0-alpha.3

dist/handler-state.d.ts

31

package.json
{
"name": "@rwh/keystrokes",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "",
"exports": {
".": {
"require": {
"default": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts"
},
"import": {
"default": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts"
}
}
},
"types": "dist-umd/index.d.ts",
"main": "dist-umd/index.js",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"files": [
"dist/esm/**/*.js",
"dist/esm/**/*.d.ts",
"dist/cjs/**/*.js",
"dist/cjs/**/*.d.ts"
"dist/**/*.js",
"dist/**/*.d.ts"
],

@@ -45,8 +31,5 @@ "keywords": [

"scripts": {
"build": "pnpm build-cjs; pnpm build-esm",
"build-cjs": "tsc --project tsconfig.cjs.json",
"build-esm": "tsc --project tsconfig.esm.json",
"test": "tsc && mocha -r source-map-support/register ./dist/default/test/*.spec.js",
"build-example": "cd example && pnpm build"
"build": "tsc",
"test": "tsc && mocha -r source-map-support/register dist/test/*.spec.js"
}
}
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