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

@thi.ng/api

Package Overview
Dependencies
Maintainers
1
Versions
187
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 2.1.3 to 2.2.0

bench.d.ts

11

CHANGELOG.md

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

<a name="2.2.0"></a>
# [2.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@2.1.3...@thi.ng/api@2.2.0) (2018-04-08)
### Features
* **api:** add bench() & timed() utils ([d310345](https://github.com/thi-ng/umbrella/commit/d310345))
<a name="2.1.3"></a>

@@ -8,0 +19,0 @@ ## [2.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@2.1.2...@thi.ng/api@2.1.3) (2018-04-04)

1

index.d.ts
import * as decorators from "./decorators";
import * as mixins from "./mixins";
export * from "./api";
export * from "./bench";
export * from "./compare";

@@ -5,0 +6,0 @@ export * from "./error";

@@ -11,4 +11,5 @@ "use strict";

__export(require("./api"));
__export(require("./bench"));
__export(require("./compare"));
__export(require("./error"));
__export(require("./equiv"));

4

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

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

"dependencies": {
"@thi.ng/checks": "^1.3.2"
"@thi.ng/checks": "^1.4.0"
},

@@ -30,0 +30,0 @@ "keywords": [

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