You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

angular-translate-extract

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-translate-extract - npm Package Compare versions

Comparing version

to
1.0.0

@@ -5,5 +5,11 @@ {

"main": "./lib/index.js",
"version": "0.0.1",
"version": "1.0.0",
"scripts": {
"test": "grunt test",
"commit": "git cz",
"test": "mocha tests -w --compilers js:babel-register",
"test:single": "babel-node node_modules/.bin/babel-istanbul cover _mocha -- tests -R spec",
"check-coverage": "istanbul check-coverage --statements 50 --branches 35 --functions 75 --lines 50",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"prebuild": "rm -Rf lib && mkdir lib",
"build": "babel -d lib/ src/",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"

@@ -15,2 +21,10 @@ },

"devDependencies": {
"babel-cli": "6.5.1",
"babel-istanbul": "0.6.0",
"babel-preset-es2015": "6.6.0",
"babel-register": "6.5.2",
"chai": "3.5.0",
"codecov.io": "0.1.6",
"commitizen": "2.5.0",
"cz-conventional-changelog": "1.1.5",
"grunt": "~0.4.0",

@@ -23,4 +37,7 @@ "grunt-bump": "0.0.13",

"grunt-markdox": "^0.1.0",
"istanbul": "0.4.2",
"mocha": "2.4.5",
"nodeunit": "^0.9.1",
"semantic-release": "^4.3.5"
"semantic-release": "^4.3.5",
"sinon": "1.17.3"
},

@@ -59,6 +76,10 @@ "peerDependencies": {

"json-stable-stringify": "^1.0.0",
"lodash": "~2.4.1",
"lodash": "4.5.1",
"lodash-deep": "1.6.0",
"log": "1.4.0",
"pofile": "^0.2.12"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog/"
}
}

@@ -5,3 +5,3 @@ # angular-translate-extract

[![NPM Package](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/package/angular-translate-extract) [![Build Status](https://travis-ci.org/Boulangerie/angular-translate-extract.svg?branch=master)](https://travis-ci.org/Boulangerie/angular-translate-extract) [![NPM Download](https://img.shields.io/npm/dt/angular-translate-extract.svg)](https://www.npmjs.com/package/angular-translate-extract)
[![NPM Package](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/package/angular-translate-extract) [![Build Status](https://travis-ci.org/Boulangerie/angular-translate-extract.svg?branch=master)](https://travis-ci.org/Boulangerie/angular-translate-extract) [![codecov.io](https://codecov.io/github/codecov/codecov-ruby/coverage.svg?branch=master)](https://codecov.io/github/codecov/codecov-ruby?branch=master) [![NPM Download](https://img.shields.io/npm/dt/angular-translate-extract.svg)](https://www.npmjs.com/package/angular-translate-extract)

@@ -8,0 +8,0 @@ This node package aims to extract all the translation keys for angular-translate project. It searches in given folder to extract key + default translation if exists. eg:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet