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

@getlang/get

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getlang/get - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

4

dist/version.js
import fs from 'node:fs';
import path from 'node:path';
const path1 = path.join(import.meta.dir, 'package.json');
const path2 = path.join(import.meta.dir, '..', 'package.json');
const path1 = path.join(import.meta.dirname, 'package.json');
const path2 = path.join(import.meta.dirname, '..', 'package.json');
let json;

@@ -6,0 +6,0 @@ try {

{
"name": "@getlang/get",
"version": "0.0.20",
"version": "0.0.21",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "type": "module",

import fs from 'node:fs'
import path from 'node:path'
const path1 = path.join(import.meta.dir, 'package.json')
const path2 = path.join(import.meta.dir, '..', 'package.json')
const path1 = path.join(import.meta.dirname, 'package.json')
const path2 = path.join(import.meta.dirname, '..', 'package.json')
let json: string

@@ -7,0 +7,0 @@

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