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.9 to 0.0.10

2

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

@@ -5,0 +5,0 @@ "author": "azmisahin@outlook.com",

@@ -57,6 +57,6 @@ /**

var path = require('path')
/// Root application
this.BaseDir = process.cwd()
/// Resource Path

@@ -66,6 +66,6 @@ this.ResourcePath = path.join(this.BaseDir, this.File)

/// Require
var result = require(this.ResourcePath)
this.FileString = require(`${this.ResourcePath}`)
/// Only string result
result = JSON.stringify(result)
var result = JSON.stringify(this.FileString)

@@ -72,0 +72,0 @@ /// result file content

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