Socket
Socket
Sign inDemoInstall

@thi.ng/api

Package Overview
Dependencies
1
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

LICENSE

2

decorators/configurable.js

@@ -10,3 +10,3 @@ "use strict";

function configurable(state) {
return function (target, prop, descriptor) {
return function (_, __, descriptor) {
descriptor.configurable = state;

@@ -13,0 +13,0 @@ };

@@ -8,2 +8,2 @@ /**

*/
export declare function nomixin(target: any, prop: string, descriptor: PropertyDescriptor): void;
export declare function nomixin(_: any, __: string, descriptor: PropertyDescriptor): void;

@@ -10,5 +10,5 @@ "use strict";

*/
function nomixin(target, prop, descriptor) {
function nomixin(_, __, descriptor) {
descriptor.configurable = false;
}
exports.nomixin = nomixin;
{
"name": "@thi.ng/api",
"version": "1.2.0",
"version": "1.2.1",
"description": "Common, generic types & interfaces for thi.ng projects",
"main": "index.js",
"typings": "index.d.ts",
"main": "./index.js",
"typings": "./index.d.ts",
"repository": "https://github.com/thi-ng/api",
"author": "Karsten Schmidt",
"author": "Karsten Schmidt <k+npm@thi.ng>",
"license": "Apache-2.0",
"scripts": {
"build": "rm -rf build && tsc --declaration && cp package.json *.md build",
"test": "tsc -p test && mocha build.test/test/*.js",
"clean": "rm -rf build build.test doc node_modules && yarn install",
"build": "yarn run clean && tsc --declaration",
"test": "yarn run clean && tsc -p test && mocha build/test/*.js",
"clean": "rm -rf *.js *.d.ts build doc decorators mixins",
"pub": "yarn run build && (cd build && yarn publish --access public)"
},
"devDependencies": {
"mocha": "^4.0.1",
"@types/mocha": "^2.2.46",
"@types/node": "^9.3.0",
"mocha": "^5.0.0",
"ts-loader": "^3.3.1",
"typedoc": "^0.9.0",
"typescript": "^2.6.2"
"typescript": "^2.6.2",
"webpack": "^3.10.0"
},
"dependencies": {
"@thi.ng/checks": "^1.1.0"
"@thi.ng/checks": "^1.1.1"
},
"keywords": [
"ES6",
"generic",
"interfaces",
"typescript"
],
"publishConfig": {
"access": "public"
}
}
}

@@ -11,7 +11,6 @@ # @thi.ng/api

yarn add @thi.ng/api
yarn run build
yarn run test
```
## Authors
# Authors
- Karsten Schmidt

@@ -18,0 +17,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc