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

@atomist/rug

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomist/rug - npm Package Compare versions

Comparing version 0.17.2 to 0.17.3

1

operations/Handlers.js

@@ -83,2 +83,3 @@ "use strict";

MappedParameters.SLACK_USER = "atomist://slack/user";
MappedParameters.GITHUB_WEBHOOK_URL = "atomist://github_webhook_url";
exports.MappedParameters = MappedParameters;

@@ -195,2 +195,3 @@ import {GraphNode, TreeNode, PathExpressionEngine, PathExpression, Match} from "../tree/PathExpression"

static readonly SLACK_USER: string = "atomist://slack/user"
static readonly GITHUB_WEBHOOK_URL: string = "atomist://github_webhook_url"
}

@@ -197,0 +198,0 @@

2

package.json
{
"name": "@atomist/rug",
"version": "0.17.2",
"version": "0.17.3",
"description": "TypeScript model for Atomist editors, generators etc",

@@ -5,0 +5,0 @@ "repository": {

import { ScenarioWorld } from "../ScenarioWorld"
import { Result } from "../Result"
import { Plan } from "../../operations/Handlers"
import { Message, Plan } from "../../operations/Handlers"
import { GraphNode } from "../../tree/PathExpression"

@@ -24,2 +24,8 @@

/**
* A message returned by an handler rather than a Plan
* Throws an exception if no plan was recorded
*/
message(): Message
/**
* Is the plan internally valid? Do the referenced commands and project operations exist?

@@ -26,0 +32,0 @@ */

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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