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

@ionic/cli-framework

Package Overview
Dependencies
Maintainers
15
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/cli-framework - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

CHANGELOG.md

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

<a name="1.0.1"></a>
## [1.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework@1.0.0...@ionic/cli-framework@1.0.1) (2018-07-30)
**Note:** Version bump only for package @ionic/cli-framework
<a name="1.0.0"></a>

@@ -8,0 +16,0 @@ # [1.0.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework@1.0.0-rc.13...@ionic/cli-framework@1.0.0) (2018-07-25)

9

package.json
{
"name": "@ionic/cli-framework",
"version": "1.0.0",
"version": "1.0.1",
"description": "The foundation framework of the Ionic CLI",

@@ -18,4 +18,8 @@ "homepage": "https://ionicframework.com/",

"test": "jest",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"precommit": "lint-staged"
},
"lint-staged": {
"*.{ts,tsx}": "npm run lint"
},
"license": "MIT",

@@ -59,2 +63,3 @@ "dependencies": {

"jest-cli": "^23.0.1",
"lint-staged": "^7.2.0",
"ts-jest": "^23.0.0",

@@ -61,0 +66,0 @@ "tslint": "^5.9.1",

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