New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dhi-solutions/domain-services

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhi-solutions/domain-services - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

dist/maps/getImage.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.30](https://github.com/DHI-Solutions/nomads/compare/@dhi-solutions/domain-services@0.0.29...@dhi-solutions/domain-services@0.0.30) (2020-03-20)
**Note:** Version bump only for package @dhi-solutions/domain-services
## [0.0.29](https://github.com/DHI-Solutions/nomads/compare/@dhi-solutions/domain-services@0.0.28...@dhi-solutions/domain-services@0.0.29) (2020-03-16)

@@ -8,0 +16,0 @@

3

dist/index.d.ts
import { AxiosInstance } from 'axios';
import authentication from './authentication';
import maps from './maps';
import * as Types from './types';
export { authentication };
export { authentication, maps };
export declare const API: AxiosInstance;

@@ -6,0 +7,0 @@ export declare const initialize: ({ baseURL, localStorageKey, }: Types.IInitialize) => Promise<{

@@ -12,2 +12,8 @@ "use strict";

});
Object.defineProperty(exports, "maps", {
enumerable: true,
get: function get() {
return _maps["default"];
}
});
exports["default"] = exports.setDataAsString = exports.getDataAsJSON = exports.initialize = exports.API = void 0;

@@ -21,2 +27,4 @@

var _maps = _interopRequireDefault(require("./maps"));
var _options = require("./options");

@@ -23,0 +31,0 @@

{
"name": "@dhi-solutions/domain-services",
"version": "0.0.29",
"version": "0.0.30",
"side-effects": false,

@@ -27,5 +27,6 @@ "main": "dist/index.js",

"lodash": "4.17.15",
"query-string": "6.8.2",
"store2": "2.10.0"
},
"gitHead": "37d8e8c0741c67ad3cda6535799f53cfac579a0a"
"gitHead": "d431059c2d3a4908acc31fcfcfdecc20cb0b1833"
}
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