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

actiontyper

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

actiontyper - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

index.js
/* ACTION TYPER */
module.exports = actionTyper = (prefix) => {
module.exports = actionTyper = (prefix = '') => {
return new Proxy({}, {

@@ -5,0 +5,0 @@ get(target, name) {

{
"name": "actiontyper",
"version": "0.0.2",
"version": "0.0.3",
"description": "Helper to create less verbose action types",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,3 +5,6 @@ # Action Typer

Includes optional prefixer
`npm install actiontyper --save`
## Old way

@@ -29,2 +32,2 @@

`
`
`
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