Socket
Socket
Sign inDemoInstall

ionic-mocks

Package Overview
Dependencies
0
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 0.5.2

2

package.json
{
"name": "ionic-mocks",
"version": "0.5.1",
"version": "0.5.2",
"description": "Pre-mocked Ionic2 Objects",

@@ -5,0 +5,0 @@ "repository": "git@github.com:stonelasley/ionic-mocks.git",

@@ -0,0 +0,0 @@ # ionic-mocks

@@ -0,0 +0,0 @@ export { ActionSheetMock } from './mocks/action-sheet';

@@ -0,0 +0,0 @@ import { ActionSheetMock } from './action-sheet';

@@ -0,0 +0,0 @@ export class ActionSheetMock {

@@ -0,0 +0,0 @@ import { AlertMock } from './alert';

@@ -0,0 +0,0 @@ export class AlertMock {

@@ -0,0 +0,0 @@ import { Observable } from 'rxjs';

@@ -0,0 +0,0 @@ export class ContentMock {

@@ -0,0 +0,0 @@ export class EventsMock {

@@ -0,0 +0,0 @@ export class HapticMock {

@@ -0,0 +0,0 @@ export class InfiniteScrollMock {

@@ -0,0 +0,0 @@ export class KeyboardMock {

@@ -0,0 +0,0 @@ import { LoadingMock } from './loading';

@@ -0,0 +0,0 @@ export class LoadingMock {

@@ -0,0 +0,0 @@ import { MenuMock } from './menu';

@@ -0,0 +0,0 @@ import { uuid } from 'uuid';

@@ -0,0 +0,0 @@ import { ModalMock } from './modal';

@@ -0,0 +0,0 @@ export class ModalMock {

@@ -0,0 +0,0 @@ export class NavControllerMock {

@@ -0,0 +0,0 @@ export class NavParamsMock {

@@ -38,3 +38,3 @@ export class PlatformMock {

instance.url.and.returnValue('');
instance.versions.and.returnValue([]);
instance.version.and.returnValue([]);
instance.width.and.returnValue(0);

@@ -41,0 +41,0 @@

@@ -0,0 +0,0 @@ import { PopoverMock } from './popover';

@@ -0,0 +0,0 @@ export class PopoverMock {

@@ -0,0 +0,0 @@ export class SlidesMock {

@@ -0,0 +0,0 @@ export class TabMock {

@@ -0,0 +0,0 @@ import { TabMock } from './tab';

@@ -0,0 +0,0 @@ import { ToastMock } from './toast';

@@ -0,0 +0,0 @@ export class ToastMock {

@@ -0,0 +0,0 @@ import { Observable } from 'rxjs';

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc