Socket
Socket
Sign inDemoInstall

@thi.ng/api

Package Overview
Dependencies
Maintainers
1
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/api - npm Package Compare versions

Comparing version 4.1.1 to 4.2.0

11

api.d.ts

@@ -363,2 +363,13 @@ export declare const DEFAULT_EPS = 0.000001;

}
export interface IToHiccup {
/**
* Returns a thi.ng/hiccup compatible representation. The optional
* `ctx` arg is an arbitrary user context object passed to all
* hiccup components during serialization (or during DOM creation /
* update if used with thi.ng/hdom)
*
* @param ctx user context object
*/
toHiccup(ctx?: any): any;
}
/**

@@ -365,0 +376,0 @@ * Interface for types offering observers of internal value changes.

@@ -6,2 +6,14 @@ # Change Log

<a name="4.2.0"></a>
# [4.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.1.1...@thi.ng/api@4.2.0) (2018-09-22)
### Features
* **api:** add `IToHiccup` interface ([e390a54](https://github.com/thi-ng/umbrella/commit/e390a54))
<a name="4.1.1"></a>

@@ -8,0 +20,0 @@ ## [4.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.1.0...@thi.ng/api@4.1.1) (2018-09-10)

9

package.json
{
"name": "@thi.ng/api",
"version": "4.1.1",
"version": "4.2.0",
"description": "Common, generic types & interfaces for thi.ng projects",

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

"nyc": "^12.0.2",
"typedoc": "^0.11.1",
"typedoc": "^0.12.0",
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/errors": "^0.1.7"
"@thi.ng/errors": "^0.1.8"
},

@@ -46,3 +46,4 @@ "keywords": [

"access": "public"
}
},
"gitHead": "02548fd2518eb97eb11a9834c4e0a8e6ab5499a7"
}
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