New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.8 to 1.0.9

2

dist/common/draft/draftService.js

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

Object.defineProperty(exports, "__esModule", { value: true });
var draftStoreClientFactory_1 = require("common/draft/draftStoreClientFactory");
var draftStoreClientFactory_1 = require("./draftStoreClientFactory");
var DraftService = /** @class */ (function () {

@@ -41,0 +41,0 @@ function DraftService(draftStoreUri, request, serviceAuthTokenFactory) {

@@ -12,4 +12,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var draft_1 = require("app/models/draft");
var moment = require("moment");
var draft_1 = require("../../app/models/draft");
var DraftStoreClient = /** @class */ (function () {

@@ -16,0 +16,0 @@ function DraftStoreClient(endpointURL, serviceAuthToken, request) {

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

Object.defineProperty(exports, "__esModule", { value: true });
var draftStoreClient_1 = require("common/draft/draftStoreClient");
var draftStoreClient_1 = require("./draftStoreClient");
var DraftStoreClientFactory = /** @class */ (function () {

@@ -41,0 +41,0 @@ function DraftStoreClientFactory(serviceAuthTokenFactory) {

{
"name": "@hmcts/draft-store-client",
"version": "1.0.8",
"version": "1.0.9",
"description": "Front end client for draft store",

@@ -5,0 +5,0 @@ "engines": {

@@ -14,17 +14,2 @@ {

"target": "es5",
"baseUrl": "src/main",
"paths": {
"app/*": [
"app/*"
],
"idam/*": [
"app/idam/*"
],
"models/*": [
"app/models/*"
],
"common/*": [
"common/*"
]
},
"typeRoots": [

@@ -31,0 +16,0 @@ "./node_modules/@types",

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