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.23.0 to 0.24.0

4

model/ArtifactContainer.ts

@@ -20,4 +20,4 @@ /*

import { ViewSupport } from "./ViewSupport";
import { File } from "./File";
export { ArtifactContainer };
import { File } from "./File";export { ArtifactContainer };
/*

@@ -24,0 +24,0 @@ * ArtifactContainer

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
import { ViewSupport } from "./ViewSupport";
export { BodyDeclarationView };
import { ViewSupport } from "./ViewSupport";export { BodyDeclarationView };
/*

@@ -23,0 +23,0 @@ * BodyDeclarationView

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
export { BuildViewMutatingFunctions };
export { BuildViewMutatingFunctions };
/*

@@ -23,0 +23,0 @@ * BuildViewMutatingFunctions

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
export { BuildViewNonMutatingFunctions };
export { BuildViewNonMutatingFunctions };
/*

@@ -23,0 +23,0 @@ * BuildViewNonMutatingFunctions

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
export { ChangeLogging };
export { ChangeLogging };
/*

@@ -23,0 +23,0 @@ * ChangeLogging

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
export { CommonViewOperations };
export { CommonViewOperations };
/*

@@ -23,0 +23,0 @@ * CommonViewOperations

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
import { ViewSupport } from "./ViewSupport";
export { ContainerTreeNodeView };
import { ViewSupport } from "./ViewSupport";export { ContainerTreeNodeView };
/*

@@ -23,0 +23,0 @@ * ContainerTreeNodeView

@@ -22,4 +22,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { MutableView } from "./MutableView";
export { CSharpFile };
import { MutableView } from "./MutableView";export { CSharpFile };
/*

@@ -26,0 +26,0 @@ * C# file

@@ -21,4 +21,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { MutableView } from "./MutableView";
export { Directory };
import { MutableView } from "./MutableView";export { Directory };
/*

@@ -25,0 +25,0 @@ * Type for a directory within a project.

@@ -21,4 +21,4 @@ /*

import { MutableView } from "./MutableView";
import { CommonViewOperations } from "./CommonViewOperations";
export { DockerFile };
import { CommonViewOperations } from "./CommonViewOperations";export { DockerFile };
/*

@@ -25,0 +25,0 @@ * Docker file type

@@ -25,4 +25,4 @@ /*

import { MutableView } from "./MutableView";
import { CommonViewOperations } from "./CommonViewOperations";
export { EveryPom };
import { CommonViewOperations } from "./CommonViewOperations";export { EveryPom };
/*

@@ -29,0 +29,0 @@ * POM XML file

@@ -21,4 +21,4 @@ /*

import { MutableView } from "./MutableView";
import { CommonViewOperations } from "./CommonViewOperations";
export { File };
import { CommonViewOperations } from "./CommonViewOperations";export { File };
/*

@@ -25,0 +25,0 @@ * Type for a file within a project.

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
import { ViewSupport } from "./ViewSupport";
export { FileArtifactBacked };
import { ViewSupport } from "./ViewSupport";export { FileArtifactBacked };
/*

@@ -23,0 +23,0 @@ * FileArtifactBacked

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
export { FormatInfoProvider };
export { FormatInfoProvider };
/*

@@ -23,0 +23,0 @@ * FormatInfoProvider

@@ -22,4 +22,4 @@ /*

import { MutableView } from "./MutableView";
import { JavaSource } from "./JavaSource";
export { JavaClassOrInterface };
import { JavaSource } from "./JavaSource";export { JavaClassOrInterface };
/*

@@ -26,0 +26,0 @@ * Java class or interface

@@ -21,4 +21,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { MutableView } from "./MutableView";
export { JavaConstructor };
import { MutableView } from "./MutableView";export { JavaConstructor };
/*

@@ -25,0 +25,0 @@ * Java constructor

@@ -22,4 +22,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { JavaClassOrInterface } from "./JavaClassOrInterface";
export { JavaField };
import { JavaClassOrInterface } from "./JavaClassOrInterface";export { JavaField };
/*

@@ -26,0 +26,0 @@ * Java field

@@ -22,4 +22,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { MutableView } from "./MutableView";
export { JavaFile };
import { MutableView } from "./MutableView";export { JavaFile };
/*

@@ -26,0 +26,0 @@ * Java file

@@ -21,4 +21,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { MutableView } from "./MutableView";
export { JavaMethod };
import { MutableView } from "./MutableView";export { JavaMethod };
/*

@@ -25,0 +25,0 @@ * Java method

@@ -22,4 +22,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { MutableView } from "./MutableView";
export { JavaProject };
import { MutableView } from "./MutableView";export { JavaProject };
/*

@@ -26,0 +26,0 @@ * Java project

@@ -22,4 +22,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { JavaProject } from "./JavaProject";
export { JavaSource };
import { JavaProject } from "./JavaProject";export { JavaSource };
/*

@@ -26,0 +26,0 @@ * Java source file

@@ -22,4 +22,4 @@ /*

import { MutableView } from "./MutableView";
import { JavaSource } from "./JavaSource";
export { JavaType };
import { JavaSource } from "./JavaSource";export { JavaType };
/*

@@ -26,0 +26,0 @@ * Java class

@@ -22,4 +22,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { File } from "./File";
export { Line };
import { File } from "./File";export { Line };
/*

@@ -26,0 +26,0 @@ * Represents a line within a text file

@@ -22,4 +22,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { MutableView } from "./MutableView";
export { MutableContainer };
import { MutableView } from "./MutableView";export { MutableContainer };
/*

@@ -26,0 +26,0 @@ * Generic container

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
export { MutableTerminal };
export { MutableTerminal };
/*

@@ -23,0 +23,0 @@ * Updatable terminal node

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
export { MutableView };
export { MutableView };
/*

@@ -23,0 +23,0 @@ * MutableView

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
export { OverwritableText };
export { OverwritableText };
/*

@@ -23,0 +23,0 @@ * Generic text container

@@ -21,4 +21,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { MutableView } from "./MutableView";
export { Pair };
import { MutableView } from "./MutableView";export { Pair };
/*

@@ -25,0 +25,0 @@ * JSON pair

@@ -25,4 +25,4 @@ /*

import { MutableView } from "./MutableView";
import { CommonViewOperations } from "./CommonViewOperations";
export { Pom };
import { CommonViewOperations } from "./CommonViewOperations";export { Pom };
/*

@@ -29,0 +29,0 @@ * POM XML file

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
export { PomMutableViewMutatingFunctions };
export { PomMutableViewMutatingFunctions };
/*

@@ -23,0 +23,0 @@ * PomMutableViewMutatingFunctions

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
export { PomMutableViewNonMutatingFunctions };
export { PomMutableViewNonMutatingFunctions };
/*

@@ -23,0 +23,0 @@ * PomMutableViewNonMutatingFunctions

@@ -20,4 +20,4 @@ /*

import { ArtifactContainer } from "./ArtifactContainer";
import { File } from "./File";
export { Project };
import { File } from "./File";export { Project };
/*

@@ -24,0 +24,0 @@ * Project

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
import { Project } from "./Project";
export { ProjectDecorating };
import { Project } from "./Project";export { ProjectDecorating };
/*

@@ -23,0 +23,0 @@ * ProjectDecorating

@@ -21,4 +21,4 @@ /*

import { MutableView } from "./MutableView";
import { CommonViewOperations } from "./CommonViewOperations";
export { Properties };
import { CommonViewOperations } from "./CommonViewOperations";export { Properties };
/*

@@ -25,0 +25,0 @@ * Java properties file

@@ -22,4 +22,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { MutableView } from "./MutableView";
export { PythonFile };
import { MutableView } from "./MutableView";export { PythonFile };
/*

@@ -26,0 +26,0 @@ * Python file

@@ -22,4 +22,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { MutableView } from "./MutableView";
export { ScalaFile };
import { MutableView } from "./MutableView";export { ScalaFile };
/*

@@ -26,0 +26,0 @@ * Scala file

@@ -22,4 +22,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { MutableView } from "./MutableView";
export { SpringBootProject };
import { MutableView } from "./MutableView";export { SpringBootProject };
/*

@@ -26,0 +26,0 @@ * Spring Boot project

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
import { BodyDeclarationView } from "./BodyDeclarationView";
export { TypeDeclarationView };
import { BodyDeclarationView } from "./BodyDeclarationView";export { TypeDeclarationView };
/*

@@ -23,0 +23,0 @@ * TypeDeclarationView

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
export { ViewSupport };
export { ViewSupport };
/*

@@ -23,0 +23,0 @@ * ViewSupport

@@ -19,4 +19,4 @@ /*

import { ProjectContext } from "@atomist/rug/operations/ProjectEditor";
import { FileArtifactBacked } from "./FileArtifactBacked";
export { Xml };
import { FileArtifactBacked } from "./FileArtifactBacked";export { Xml };
/*

@@ -23,0 +23,0 @@ * Xml

@@ -22,4 +22,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { MutableView } from "./MutableView";
export { XmlFile };
import { MutableView } from "./MutableView";export { XmlFile };
/*

@@ -26,0 +26,0 @@ * XML file

@@ -22,4 +22,4 @@ /*

import { CommonViewOperations } from "./CommonViewOperations";
import { MutableView } from "./MutableView";
export { YamlFile };
import { MutableView } from "./MutableView";export { YamlFile };
/*

@@ -26,0 +26,0 @@ * YAML file

@@ -67,2 +67,6 @@ "use strict";

};
Message.prototype.withChannelId = function (chid) {
this.channelId = chid;
return this;
};
Message.prototype.addAction = function (instruction) {

@@ -69,0 +73,0 @@ this.instructions.push(instruction);

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

public withChannelId?(chid: string) : this {
this.channelId = chid;
return this;
}
constructor(about?: string){

@@ -184,0 +189,0 @@ this.body = about;

{
"name": "@atomist/rug",
"version": "0.23.0",
"version": "0.24.0",
"description": "TypeScript model for Atomist editors, generators etc",

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

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