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 1.2.1 to 1.3.0

CHANGELOG.md

1

api.d.ts

@@ -213,2 +213,3 @@ /**

export declare type Predicate<T> = (x: T) => boolean;
export declare type StatefulPredicate<T> = () => Predicate<T>;
export interface IRelease {

@@ -215,0 +216,0 @@ release(opt?: any): boolean;

8

package.json
{
"name": "@thi.ng/api",
"version": "1.2.1",
"version": "1.3.0",
"description": "Common, generic types & interfaces for thi.ng projects",
"main": "./index.js",
"typings": "./index.d.ts",
"repository": "https://github.com/thi-ng/api",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <k+npm@thi.ng>",

@@ -14,3 +14,3 @@ "license": "Apache-2.0",

"clean": "rm -rf *.js *.d.ts build doc decorators mixins",
"pub": "yarn run build && (cd build && yarn publish --access public)"
"pub": "yarn run build && yarn publish --access public"
},

@@ -27,3 +27,3 @@ "devDependencies": {

"dependencies": {
"@thi.ng/checks": "^1.1.1"
"@thi.ng/checks": "^1.1.2"
},

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