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

language-manager

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

language-manager - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.npmignore

9

.eslintrc.js

@@ -21,6 +21,7 @@ module.exports = {

// ref: https://eslint.org/docs/rules/linebreak-style
"linebreak-style": [
"error",
"windows"
],
// "linebreak-style": [ "error", "windows" ],
// Cross Platform Rule
"linebreak-style": ["error", (process.platform === "win32" ? "windows" : "unix")],
// Disabled Line Break Style
// "linebreak-style": 0,
// ref: https://eslint.org/docs/rules/quotes

@@ -27,0 +28,0 @@ "quotes": [

{
"name": "language-manager",
"version": "0.0.2",
"version": "0.0.3",
"description": "The most flexible version of multi-language management. Manages language resources. Makes it easy to switch between different language sources.",

@@ -23,8 +23,24 @@ "author": "azmisahin@outlook.com",

"scripts": {
"lint":"eslint src | eslint tests",
"lint": "eslint src | eslint tests",
"test": "node tests"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commitmsg": "commit stage",
"pre-push": "npm run test && npm version patch"
}
},
"lint-staged": {
"*.js": [
"npm run lint",
"npm run test",
"git add"
]
},
"devDependencies": {
"eslint": "^5.10.0"
"eslint": "^5.10.0",
"husky": "^1.3.0",
"lint-staged": "^8.1.0"
}
}

@@ -20,1 +20,6 @@ # language-manager

```
# Pipelines
[![Build Status](https://dev.azure.com/azmisahin-github/azmisahin-software-web-component-language-manager-node/_apis/build/status/azmisahin.azmisahin-software-web-component-language-manager-node?branchName=master)](https://dev.azure.com/azmisahin-github/azmisahin-software-web-component-language-manager-node/_build/latest?definitionId=8?branchName=master)
[![NPM](https://nodei.co/npm/language-manager.png)](https://nodei.co/npm/language-manager/)

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ // Test Tool

@@ -0,0 +0,0 @@ var log = require('./logger')

@@ -0,0 +0,0 @@ /**

Sorry, the diff of this file is not supported yet

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