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

ylenia

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ylenia - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

index.js.map

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

@@ -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"
}
}
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