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

ionic-mocks

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic-mocks - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

dist/angular/action-sheet-controller.d.ts

12

package.json
{
"name": "ionic-mocks",
"version": "0.10.1",
"version": "0.10.2",
"description": "Stubbed and Pre-mocked Ionic2 Objects",
"repository": "git@github.com:stonelasley/ionic-mocks.git",
"main": "./src/index.ts",
"typings": "./src/index.ts",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"author": "Stone C. Lasley",

@@ -12,3 +12,3 @@ "license": "MIT",

"test": "karma start",
"build": "tsc -d",
"build": "rimraf dist && tsc -d",
"version": "git add .",

@@ -20,3 +20,3 @@ "postversion": "git push && git push --tags && npm publish",

"@types/jasmine": "^2.5.47",
"@types/node": "^7.0.12",
"@types/node": "^8.0.14",
"jasmine": "^2.5.3",

@@ -29,3 +29,3 @@ "jasmine-core": "^2.6.3",

"rimraf": "^2.6.1",
"rxjs": "5.1.1",
"rxjs": "^5.4.2",
"semantic-release": "^6.3.6",

@@ -32,0 +32,0 @@ "typescript": "^2.0.9"

@@ -0,0 +0,0 @@ [![Build Status](https://travis-ci.org/stonelasley/ionic-mocks.svg?branch=master)](https://travis-ci.org/stonelasley/ionic-mocks)

{
"compilerOptions": {
"target": "es2015",
"target": "es5",
"module": "commonjs",

@@ -15,3 +15,4 @@ "moduleResolution": "node",

"lib": [
"es2016",
"es6",
"es2015",
"dom"

@@ -18,0 +19,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc