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

action-executor

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

action-executor - npm Package Compare versions

Comparing version

to
1.0.1

2

package.json
{
"name": "action-executor",
"version": "1.0.0",
"version": "1.0.1",
"devDependencies": {

@@ -5,0 +5,0 @@ "mocha": "=1.12.0",

@@ -21,3 +21,3 @@ # ActionExecutor

```
$ npm install @one.com/action-executor
$ npm install action-executor
```

@@ -28,3 +28,3 @@

```js
var ActionExecutor = require('@one.com/action-executor');
var ActionExecutor = require('action-executor');
```

@@ -54,3 +54,3 @@

paths: {
ActionExecutor: 'path/to/com.one-action-executor/lib/ActionExecutor.js'
ActionExecutor: 'path/to/action-executor/lib/ActionExecutor.js'
}

@@ -57,0 +57,0 @@ });