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

@thi.ng/checks

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/checks - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

LICENSE

37

package.json
{
"name": "@thi.ng/checks",
"version": "1.1.0",
"version": "1.1.1",
"description": "Single-function sub-modules for type, feature & value checks",
"main": "index.js",
"typings": "index.d.ts",
"main": "./index.js",
"typings": "./index.d.ts",
"repository": "https://github.com/thi-ng/checks",
"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",
"pub": "yarn run build && (cd build && yarn publish --access public)"
},
"devDependencies": {
"@types/mocha": "^2.2.45",
"@types/node": "^8.5.2",
"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"
},
"keywords": [
"ES6",
"check",
"reflection",
"type",
"typescript",
"validation"
],
"publishConfig": {
"access": "public"
}
}
}

@@ -9,4 +9,2 @@ # @thi.ng/checks

yarn add @thi.ng/checks
yarn run build
yarn run test
```

@@ -23,1 +21,9 @@

```
# Authors
- Karsten Schmidt
## License
&copy; 2016-2018 Karsten Schmidt // Apache Software License 2.0
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