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

@ionic-selectable/angular

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic-selectable/angular - npm Package Compare versions

Comparing version 5.0.0-alpha.12 to 5.0.0-alpha.13

6

package.json
{
"name": "@ionic-selectable/angular",
"version": "5.0.0-alpha.12",
"version": "5.0.0-alpha.13",
"description": "Angular wrapper for @ionic-selectable/core",

@@ -31,3 +31,3 @@ "author": {

"dependencies": {
"@ionic-selectable/core": "^5.0.0-alpha.12",
"@ionic-selectable/core": "^5.0.0-alpha.13",
"tslib": "^2.0.0"

@@ -44,3 +44,3 @@ },

},
"gitHead": "392a74f6a07a9822aa4b05784ecedbbef313e7fe",
"gitHead": "1d149bf14d8cb0a991eb360dd2be622e2e6af254",
"main": "bundles/ionic-selectable-angular.umd.js",

@@ -47,0 +47,0 @@ "module": "fesm2015/ionic-selectable-angular.js",

@@ -68,3 +68,3 @@ [npm-url]: https://npmjs.org/package/@ionic-selectable/angular

imports: [
IonicSelectableModule
IonicSelectableModule.forRoot()
]

@@ -83,11 +83,8 @@ })

@NgModule({
declarations: [
HomePage
],
imports: [
IonicPageModule.forChild(HomePage),
IonicSelectableModule
]
],
declarations: [HomePage]
})
export class HomePageModule { }
export class HomePageModule {}

@@ -94,0 +91,0 @@ ```

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