Socket
Socket
Sign inDemoInstall

@ionic/pro

Package Overview
Dependencies
Maintainers
13
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/pro - npm Package Compare versions

Comparing version 0.0.9 to 1.0.0

21

package.json
{
"name": "@ionic/pro",
"main": "dist/ionic-pro.js",
"version": "0.0.9",
"version": "1.0.0",
"description": "JS Client for Ionic Pro",
"homepage": "http://ionicframework.com/",

@@ -16,3 +17,6 @@ "author": "Ionic Team <hi@ionic.io> (http://ionic.io)",

"rollup": "rollup -c",
"clean": "rimraf ./dist"
"clean": "rimraf ./dist",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
"pretest": "npm run lint",
"test": "jest"
},

@@ -26,2 +30,4 @@ "devDependencies": {

"tracekit": "^0.4.5",
"ts-jest": "^21.0.1",
"tslint-ionic-rules": "0.0.11",
"typescript": "~2.2.1",

@@ -36,3 +42,14 @@ "uglify-js": "2.8.16"

"url": "https://github.com/ionic-team/ionic-pro-agent/issues"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "/test/.*\\.(ts|tsx|js)$"
}
}

Sorry, the diff of this file is too big to display

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