New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ionic1-star-rating

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic1-star-rating - npm Package Compare versions

Comparing version 1.2.12 to 1.2.13

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="1.2.13"></a>
## [1.2.13](https://github.com/BioPhoton/ionic1-star-rating/compare/v1.2.12...v1.2.13) (2017-04-10)
### Bug Fixes
* **gestures:** fix unregister for gesture callbacks ([4dc9b69](https://github.com/BioPhoton/ionic1-star-rating/commit/4dc9b69))
<a name="1.2.12"></a>

@@ -2,0 +12,0 @@ ## [1.2.12](https://github.com/BioPhoton/ionic1-star-rating/compare/v1.2.11-beta.0...v1.2.12) (2017-04-09)

5

package.json
{
"name": "ionic1-star-rating",
"version": "1.2.12",
"version": "1.2.13",
"license": "MIT",
"keywords": [
"Ionic",
"Ionic1.6",
"Rating",

@@ -27,3 +26,3 @@ "Stars",

],
"description": "Ionic1 Star Rating is a Ionic specific Angular1.6 component written in typescript, based on css only techniques written in scss",
"description": "This is a StarRating component which provides a complete set of features based on modern web technologies. The js part is written in typescript and well tested. Nearly all logic depending on the visual state is developed over css3 techniques. The js part just adds and removes class names. It is well maintained and is created under the open source MIT License.",
"author": "Michael Hladky",

@@ -30,0 +29,0 @@ "contributors": [

2

src/star-rating.controller.ts

@@ -61,3 +61,3 @@ import {StarRatingController} from "angular1-star-rating/src/star-rating.controller";

$onDestroy() {
this.unsubscribeToGestures
this.unsubscribeToGestures();
}

@@ -64,0 +64,0 @@

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

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