@hmcts/draft-store-client
Advanced tools
Comparing version 1.0.21 to 1.1.0
{ | ||
"name": "@hmcts/draft-store-client", | ||
"version": "1.0.21", | ||
"description": "Front end client for draft store", | ||
"version": "1.1.0", | ||
"description": "JavaScript client for draft store", | ||
"engines": { | ||
@@ -9,7 +9,7 @@ "node": ">=8.7.0" | ||
"scripts": { | ||
"prepublishOnly": "tsc -p ./", | ||
"prepublishOnly": "tsc -p tsconfig.publish.json", | ||
"postpublish": "rm -rf dist/", | ||
"lint": "tslint --project tsconfig.json", | ||
"test": "NODE_ENV=mocha LOG_LEVEL=OFF mocha --opts mocha.opts --reporter-options reportFilename=unit,inlineAssets=true,reportTitle=draft-store-client 'src/test/common/draft/**/*.ts'", | ||
"test:coverage": "NODE_ENV=mocha LOG_LEVEL=OFF nyc mocha --opts mocha.opts 'src/test/common/draft/**/*.ts'", | ||
"test": "NODE_ENV=mocha LOG_LEVEL=OFF mocha --opts mocha.opts --reporter-options reportFilename=unit,inlineAssets=true,reportTitle=draft-store-client 'src/test/draft/**/*.ts'", | ||
"test:coverage": "NODE_ENV=mocha LOG_LEVEL=OFF nyc mocha --opts mocha.opts 'src/test/draft/**/*.ts'", | ||
"precommit": "yarn lint", | ||
@@ -25,6 +25,2 @@ "prepush": "yarn test" | ||
"dependencies": { | ||
"@types/http-status-codes": "^1.0.29", | ||
"@types/nock": "^8.2.1", | ||
"@types/node": "^8.0.24", | ||
"@types/request-promise-native": "^1.0.2", | ||
"moment": "^2.18.1", | ||
@@ -38,4 +34,8 @@ "request": "^2.81.0", | ||
"@types/chai-spies": "^0.0.0", | ||
"@types/http-status-codes": "^1.0.29", | ||
"@types/lodash": "^4.14.78", | ||
"@types/mocha": "*", | ||
"@types/nock": "^8.2.1", | ||
"@types/node": "^8.0.24", | ||
"@types/request-promise-native": "^1.0.2", | ||
"@types/sinon-chai": "^2.7.28", | ||
@@ -42,0 +42,0 @@ "@types/supertest": "*", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3
19781
33
298
- Removed@types/http-status-codes@^1.0.29
- Removed@types/nock@^8.2.1
- Removed@types/node@^8.0.24
- Removed@types/request-promise-native@^1.0.2
- Removed@types/caseless@0.12.5(transitive)
- Removed@types/http-status-codes@1.2.0(transitive)
- Removed@types/nock@8.2.1(transitive)
- Removed@types/node@8.10.66(transitive)
- Removed@types/request@2.48.12(transitive)
- Removed@types/request-promise-native@1.0.21(transitive)
- Removed@types/tough-cookie@4.0.5(transitive)
- Removedform-data@2.5.2(transitive)
- Removedhttp-status-codes@2.3.0(transitive)