Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

typal

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typal - npm Package Compare versions

Comparing version 1.25.1 to 1.26.0

4

CHANGELOG.md
## 23 January 2020
### [1.26.0](https://github.com/artdecocode/typal/compare/v1.25.1...v1.26.0)
- [license] Change to AGPL.
### [1.25.1](https://github.com/artdecocode/typal/compare/v1.25.0...v1.25.1)

@@ -4,0 +8,0 @@

@@ -1915,2 +1915,22 @@ #!/usr/bin/env node

};
/*
Typal: keep types information in XML files to embed as typedefs,
Closure Compiler externs and markdown tables.
Copyright (C) 2020 Art Deco
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
if (oa) {

@@ -1917,0 +1937,0 @@ const a = ha();

@@ -728,2 +728,22 @@ #!/usr/bin/env node

};
/*
Typal: keep types information in XML files to embed as typedefs,
Closure Compiler externs and markdown tables.
Copyright (C) 2020 Art Deco
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
module.exports = {_Type:U, _Property:P, _Method:W, _parseFile:(a, b, d = null) => {

@@ -730,0 +750,0 @@ a = E("types", a);

6

package.json
{
"name": "typal",
"version": "1.25.1",
"version": "1.26.0",
"description": "Organises TypeDefs By Placing Them Into Types.Xml File To Be Embedded Into Source Code Compatible With VSCode And Google Closure Compiler, Generates Externs And Allows To Place Documentation In README Markdown.",

@@ -66,7 +66,7 @@ "main": "compile/index.js",

"author": "Anton <anton@adc.sh>",
"license": "MIT",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/artdecocode/typal/issues"
},
"homepage": "https://github.com/artdecocode/typal#readme",
"homepage": "https://www.artd.eco",
"devDependencies": {

@@ -73,0 +73,0 @@ "@artdeco/clean-stack": "^1.1.1",

@@ -9,2 +9,23 @@ import { _source, _closure, _externs, _output, _help, _version, _migrate, _types,

/**
* @license
* Typal: keep types information in XML files to embed as typedefs,
* Closure Compiler externs and markdown tables.
*
* Copyright (C) 2020 Art Deco
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
if (_help) {

@@ -11,0 +32,0 @@ const usage = reduceUsage(argsConfig)

import '../types/externs'
import { Type, Property, Method, getNameWithDefault, parseFile, getLinks } from './'
/**
* @license
* Typal: keep types information in XML files to embed as typedefs,
* Closure Compiler externs and markdown tables.
*
* Copyright (C) 2020 Art Deco
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
module.exports = {

@@ -5,0 +26,0 @@ '_Type': Type,

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