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

ngx-i18nsupport

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-i18nsupport - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.travis.yml

7

package.json
{
"name": "ngx-i18nsupport",
"version": "0.0.1",
"version": "0.0.2",
"description": "Some tooling to be used with the Angular 2 i18n worklflow",

@@ -15,3 +15,4 @@ "main": "index.js",

"xliffmerge": "npm link && xliffmerge",
"test": "jasmine"
"pretest": "npm run build",
"test": "./node_modules/.bin/jasmine-node dist/out-tsc"
},

@@ -39,3 +40,3 @@ "repository": {

"cpx": "^1.5.0",
"jasmine": "^2.5.3",
"jasmine-node": "^1.14.5",
"typescript": "^2.1.6"

@@ -42,0 +43,0 @@ },

ngx-i18nsupport
=========
[![Build Status](https://travis-ci.org/martinroob/ngx-i18nsupport.svg?branch=master)](https://travis-ci.org/martinroob/ngx-i18nsupport)
Some tooling to be used for Angular i18n workflows.

@@ -5,0 +8,0 @@

@@ -154,2 +154,5 @@ import fs = require("fs");

beforeEach(() => {
if (!fs.existsSync(WORKDIR)){
fs.mkdirSync(WORKDIR);
}
// cleanup workdir

@@ -156,0 +159,0 @@ FileUtil.deleteFolderContentRecursive(WORKDIR);

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