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.1.2 to 0.2.0

129

model/Core.ts

@@ -0,1 +1,2 @@

/*

@@ -404,3 +405,13 @@ * Copyright 2015-2016 Atomist Inc.

//template: string
//path: string
//parameters: any
merge(template: string, path: string, parameters: any): void
//templatesPath: string
//outputPath: string
//ic: any
mergeTemplates(templatesPath: string, outputPath: string, ic: any): void
//path: string
moveUnder(path: string): void

@@ -1014,3 +1025,13 @@

//template: string
//path: string
//parameters: any
merge(template: string, path: string, parameters: any): void
//templatesPath: string
//outputPath: string
//ic: any
mergeTemplates(templatesPath: string, outputPath: string, ic: any): void
//path: string
moveUnder(path: string): void

@@ -1163,96 +1184,2 @@

/*
* Test type for replacing the content of files
*/
interface Replacer {
content(): string
//msg: string
fail(msg: string): void
filename(): string
isWellFormed(): boolean
lineCount(): number
//p1: string
//p2: string
overloaded(p1: string, p2: string): void
//p1: string
overloaded(p1: string): void
path(): string
//msg: string
println(msg: string): void
//stringToReplace: string
//stringReplacement: string
replaceIt(stringToReplace: string, stringReplacement: string): void
//stringToReplace: string
//stringReplacement: string
replaceItNoGlobal(stringToReplace: string, stringReplacement: string): void
//root: string
underPath(root: string): boolean
} // interface Replacer
/*
* Test type for replacing the content of clojure files
*/
interface Replacerclj {
content(): string
//msg: string
fail(msg: string): void
filename(): string
isWellFormed(): boolean
lineCount(): number
//p1: string
//p2: string
overloaded(p1: string, p2: string): void
//p1: string
overloaded(p1: string): void
path(): string
//msg: string
println(msg: string): void
//stringToReplace: string
//stringReplacement: string
replaceIt(stringToReplace: string, stringReplacement: string): void
//stringToReplace: string
//stringReplacement: string
replaceItNoGlobal(stringToReplace: string, stringReplacement: string): void
//root: string
underPath(root: string): boolean
} // interface Replacerclj
/*
*

@@ -1382,3 +1309,13 @@ Type for services. Used in executors.

//template: string
//path: string
//parameters: any
merge(template: string, path: string, parameters: any): void
//templatesPath: string
//outputPath: string
//ic: any
mergeTemplates(templatesPath: string, outputPath: string, ic: any): void
//path: string
moveUnder(path: string): void

@@ -1472,7 +1409,5 @@

export { PythonRequirementsTxt }
export { Replacer }
export { Replacerclj }
export { Services }
export { SpringBootProject }
export { Xml }
export { Yml }
export { Yml }
{
"name": "@atomist/rug",
"version": "0.1.2",
"version": "0.2.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