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

@goodgamestudios/webshop-utils

Package Overview
Dependencies
Maintainers
20
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goodgamestudios/webshop-utils - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

19

CHANGELOG.md

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

## [1.0.3](https://gitlab.goodgamestudios.com/webshop/utils/compare/@goodgamestudios/webshop-utils@1.0.2...@goodgamestudios/webshop-utils@1.0.3) (2020-04-14)
### Bug Fixes
* force publish ([b18b3ac](https://gitlab.goodgamestudios.com/webshop/utils/commit/b18b3ac35255e08af71c10e580d4ef27c519b09d))
## 1.0.2 (2020-04-14)
**Note:** Version bump only for package @goodgamestudios/webshop-utils
## [1.0.1](https://gitlab.goodgamestudios.com/webshop/utils/compare/@goodgamestudios/webshop-utils@1.0.0...@goodgamestudios/webshop-utils@1.0.1) (2020-04-14)

@@ -8,0 +27,0 @@

1

dist/index.js

@@ -20,4 +20,3 @@ "use strict";

__export(require("./serviceLocator"));
__export(require("./testHelpers"));
__export(require("./debounce"));
__export(require("./server"));

@@ -22,4 +22,3 @@ export * from './ArgumentNullError';

export * from './serviceLocator';
export * from './testHelpers';
export * from './debounce';
export * from './server';

@@ -15,4 +15,3 @@ export * from './ArgumentNullError';

export * from './serviceLocator';
export * from './testHelpers';
export * from './debounce';
export * from './server';

@@ -1,2 +0,2 @@

export { constructor, Factory, IServiceLocator } from './IServiceLocator';
export { constructor, Factory, IServiceLocator, IProviderOptions } from './IServiceLocator';
export { ServiceLocator } from './ServiceLocator';
{
"name": "@goodgamestudios/webshop-utils",
"version": "1.0.1",
"description": "Utils library for webshop",
"version": "1.0.3",
"description": "Utils library for webshopp",
"sideEffects": false,

@@ -28,5 +28,2 @@ "main": "dist/index.js",

},
"devDependencies": {
"moq.ts": "^5.0.5"
},
"scripts": {

@@ -45,3 +42,3 @@ "lint": "tslint 'lib/**/*.ts'",

},
"gitHead": "bdc4ce85d3f057daba03dd9aa9b61777dc78373f"
"gitHead": "eb3885becfeacec041ab3b9ea30f93ff3d7d3e05"
}
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