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

@hmcts/draft-store-client

Package Overview
Dependencies
Maintainers
13
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hmcts/draft-store-client - npm Package Compare versions

Comparing version 1.0.21 to 1.1.0

dist/draft/draft.d.ts

18

package.json
{
"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": "*",

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