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 1.0.2 to 1.0.3

decorators/index.d.ts

3

index.d.ts

@@ -0,1 +1,4 @@

import * as decorators from "./decorators";
import * as mixins from "./mixins";
export * from "./api";
export { decorators, mixins };

@@ -6,2 +6,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const decorators = require("./decorators");
exports.decorators = decorators;
const mixins = require("./mixins");
exports.mixins = mixins;
__export(require("./api"));

8

package.json
{
"name": "@thi.ng/api",
"version": "1.0.2",
"version": "1.0.3",
"description": "Common, generic types & interfaces for thi.ng projects",
"main": "api.js",
"typings": "api.d.ts",
"main": "index.js",
"typings": "index.d.ts",
"repository": "https://github.com/thi-ng/api",

@@ -11,3 +11,3 @@ "author": "Karsten Schmidt",

"scripts": {
"build": "tsc --declaration && cp package.json build && cp *.md build",
"build": "rm -rf build && tsc --declaration && cp package.json build && cp *.md build",
"test": "tsc -p test && mocha build.test/test/*.js",

@@ -14,0 +14,0 @@ "clean": "rm -rf build build.test doc node_modules && yarn install",

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