Socket
Socket
Sign inDemoInstall

@bentley/imodeljs-quantity

Package Overview
Dependencies
Maintainers
4
Versions
524
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bentley/imodeljs-quantity - npm Package Compare versions

Comparing version 0.161.0 to 0.163.0

18

CHANGELOG.json

@@ -5,2 +5,20 @@ {

{
"version": "0.163.0",
"tag": "@bentley/imodeljs-quantity_v0.163.0",
"date": "Wed, 31 Oct 2018 20:55:37 GMT",
"comments": {
"none": [
{
"comment": "Aligned output path of TypeDoc with other packages"
}
]
}
},
{
"version": "0.162.0",
"tag": "@bentley/imodeljs-quantity_v0.162.0",
"date": "Wed, 24 Oct 2018 19:20:06 GMT",
"comments": {}
},
{
"version": "0.161.0",

@@ -7,0 +25,0 @@ "tag": "@bentley/imodeljs-quantity_v0.161.0",

14

CHANGELOG.md
# Change Log - @bentley/imodeljs-quantity
This log was last generated on Fri, 19 Oct 2018 13:04:14 GMT and should not be manually modified.
This log was last generated on Wed, 31 Oct 2018 20:55:37 GMT and should not be manually modified.
## 0.163.0
Wed, 31 Oct 2018 20:55:37 GMT
### Updates
- Aligned output path of TypeDoc with other packages
## 0.162.0
Wed, 24 Oct 2018 19:20:06 GMT
*Version update only*
## 0.161.0

@@ -6,0 +18,0 @@ Fri, 19 Oct 2018 13:04:14 GMT

28

package.json
{
"name": "@bentley/imodeljs-quantity",
"version": "0.161.0",
"version": "0.163.0",
"description": "Quantity formatting and parsing concepts in typescript",

@@ -14,4 +14,4 @@ "license": "MIT",

"test": "node ./node_modules/@bentley/build-tools/scripts/test-tsnode.js --testDir=./test/",
"docs": "node ./node_modules/@bentley/build-tools/scripts/docs.js --source=./src --includes=../../generated-docs/extract --json=../../generated-docs/core/quantity/file.json --tsIndexFile=./index.ts --onlyJson %TYPEDOC_THEME%",
"cover": "nyc mocha --timeout 30000 --require ts-node/register --require source-map-support/register ./test/*.test.ts",
"docs": "node ./node_modules/@bentley/build-tools/scripts/docs.js --source=./src --includes=../../generated-docs/extract --json=../../generated-docs/core/imodeljs-quantity/file.json --tsIndexFile=./index.ts --onlyJson %TYPEDOC_THEME%",
"cover": "nyc npm test",
"start": "npm run lint && npm run clean && npm run build && npm run test & npm run cover & npm run docs"

@@ -29,4 +29,4 @@ },

"devDependencies": {
"@bentley/bentleyjs-core": "0.161.0",
"@bentley/build-tools": "0.161.0",
"@bentley/bentleyjs-core": "0.163.0",
"@bentley/build-tools": "0.163.0",
"@types/chai": "^4.1.4",

@@ -49,21 +49,7 @@ "@types/chai-as-promised": "^7",

"peerDependencies": {
"@bentley/bentleyjs-core": "0.161.0"
"@bentley/bentleyjs-core": "0.163.0"
},
"nyc": {
"include": [
"src/**/*.ts"
],
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text-summary",
"lcov",
"cobertura"
],
"report-dir": "./lib/test/coverage"
"nycrc-path": "./node_modules/@bentley/build-tools/.nycrc"
}
}
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