Comparing version 0.0.1 to 0.0.2
14
index.js
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HTMLParser = void 0; | ||
var HTMLParser = /** @class */ (function () { | ||
function HTMLParser() { | ||
exports.DataSources = void 0; | ||
//Class | ||
var DataSources = /** @class */ (function () { | ||
//Constructor | ||
function DataSources(fileString) { | ||
this.fileString = fileString; | ||
} | ||
return HTMLParser; | ||
return DataSources; | ||
}()); | ||
exports.HTMLParser = HTMLParser; | ||
exports.DataSources = DataSources; | ||
//# sourceMappingURL=index.js.map |
17
index.ts
@@ -1,3 +0,16 @@ | ||
export class HTMLParser{ | ||
//Imports | ||
import * as sys from "samara"; | ||
//Class | ||
export class DataSources{ | ||
//Declarations | ||
fileString:string; | ||
//Constructor | ||
constructor(fileString:string){ | ||
this.fileString = fileString; | ||
} | ||
} |
{ | ||
"name": "ylenia", | ||
"version": "0.0.1", | ||
"description": "HTML-Parser", | ||
"main": "index.js", | ||
"scripts": {}, | ||
"keywords": [ | ||
"html", | ||
"parser", | ||
"typescript" | ||
], | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/node": "^14.14.7", | ||
"typescript": "^4.0.5" | ||
} | ||
"name": "ylenia", | ||
"version": "0.0.2", | ||
"description": "TypeScript-DataSources for JSON. Generates dynamic TS-Files.", | ||
"main": "index.js", | ||
"scripts": {}, | ||
"keywords": [ | ||
"DataSource", | ||
"Source", | ||
"Data", | ||
"CodeGenerator", | ||
"Code", | ||
"Generator", | ||
"TypeScript", | ||
"JSON" | ||
], | ||
"author": "Leo Battaglia", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"typescript": "^4.0.5" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^14.14.9", | ||
"samara": "^0.1.31" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/LeoBattaglia/ylenia.git" | ||
} | ||
} |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
1779
1
6
32
1
0
0
2
+ Added@types/node@^14.14.9
+ Addedsamara@^0.1.31
+ Added@types/node@14.18.63(transitive)
+ Addedsamara@0.1.39(transitive)