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

angular-star-rating

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-star-rating - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

resources/star-color-default.PNG

3

bower.json
{
"name": "angular-star-rating",
"version": "1.0.10",
"version": "1.0.11",
"description": "Angular Star Rating is a Angular1.5 component written in typescript.",

@@ -21,2 +21,3 @@ "main": "dist/index.js",

"CSS",
"Pure CSS",
"CSS only",

@@ -23,0 +24,0 @@ "JavaScript",

@@ -0,1 +1,12 @@

<a name="1.0.11"></a>
## [1.0.11](https://github.com/BioPhoton/angular-star-rating/compare/v1.0.10...v1.0.11) (2016-11-28)
### Features
* **dependency update:** removed scss files ([e23234c](https://github.com/BioPhoton/angular-star-rating/commit/e23234c))
* **updated dependencies:** fixed build, updated packages ([4c3fb34](https://github.com/BioPhoton/angular-star-rating/commit/4c3fb34))
<a name="1.0.10"></a>

@@ -2,0 +13,0 @@ ## [1.0.10](https://github.com/BioPhoton/angular-star-rating/compare/v1.0.9...v1.0.10) (2016-11-27)

{
"name": "angular-star-rating",
"version": "1.0.10",
"version": "1.0.11",
"license": "MIT",

@@ -16,2 +16,3 @@ "keywords": [

"CSS",
"Pure CSS",
"CSS only",

@@ -30,2 +31,8 @@ "JavaScript",

"author": "Michael Hladky",
"contributors": [
{
"name": "Michael Hladky",
"email": "michael@hladky.at"
}
],
"repository": {

@@ -89,3 +96,4 @@ "type": "git",

"dependencies": {
"angular": "^1.5.8"
"angular": "^1.5.8",
"css-star-rating": "^1.0"
},

@@ -99,8 +107,6 @@ "scripts": {

"coverage": "http-server -c-1 -o -p 9875 ./coverage",
"generateLcov": "remap-istanbul -b src/ -i coverage/coverage-final.json -o coverage/lcov.info -t lcovonly",
"styleguide": "gulp styleguide:watch",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version:bump": "gulp version:bump",
"release": "npm publish bower publish"
"release": "npm publish"
}
}

@@ -33,3 +33,3 @@ # Angular Star Rating

**inject it into angular**
**Inject it into angular**
```javascript

@@ -36,0 +36,0 @@ angular.module('myApp', ['star-rating'])

@@ -6,4 +6,4 @@ import "angular";

import styles = require('./scss/star-rating.sc5.scss');
import icons = require('./star-rating.icons.svg');
import styles = require('css-star-rating/dist/scss/star-rating.scss');
import icons = require('css-star-rating/dist/images/star-rating.icons.svg');
let styles = styles;

@@ -10,0 +10,0 @@ let icons = icons;

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