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

@intlify/bundle-utils

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intlify/bundle-utils - npm Package Compare versions

Comparing version 3.4.0 to 4.0.0

index.mjs

2

lib/codegen.d.ts

@@ -9,3 +9,3 @@ import { CompileError, ResourceNode } from '@intlify/message-compiler';

*/
export declare type DevEnv = 'development' | 'production';
export type DevEnv = 'development' | 'production';
export interface Position {

@@ -12,0 +12,0 @@ line: number;

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

export declare type InstalledPackage = 'vue-i18n' | 'petite-vue-i18n';
export type InstalledPackage = 'vue-i18n' | 'petite-vue-i18n';
export declare function checkInstallPackage(pkg: string, debug: Function): InstalledPackage;
export declare function checkVueI18nBridgeInstallPackage(debug: Function): boolean;
declare type VueI18nVersion = '8' | '9' | 'unknown' | '';
type VueI18nVersion = '8' | '9' | 'unknown' | '';
export declare function getVueI18nVersion(debug: Function): VueI18nVersion;
export declare function loadModule(moduleName: string, debug: Function): any;
export {};
{
"name": "@intlify/bundle-utils",
"description": "Bundle utilities for Intlify project",
"version": "3.4.0",
"version": "4.0.0",
"author": {

@@ -31,3 +31,4 @@ "name": "kazuya kawaguchi",

"files": [
"lib"
"lib",
"index.mjs"
],

@@ -37,2 +38,13 @@ "homepage": "https://github.com/intlify/bundle-tools/blob/main/packages/bundle-utils/README.md",

"main": "lib/index.js",
"module": "./index.mjs",
"types": "lib/index.d.ts",
"exports": {
".": {
"import": "./index.mjs",
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./lib/*": "./lib/*",
"./package.json": "./package.json"
},
"repository": {

@@ -50,4 +62,3 @@ "type": "git",

"release": "jiti ../../scripts/release.ts"
},
"types": "lib/index.d.ts"
}
}
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