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 6.0.1 to 7.0.0

15

lib/index.d.ts

@@ -33,2 +33,3 @@ import { JSONProgram } from 'jsonc-eslint-parser/lib/parser/ast';

escapeHtml?: boolean;
jit?: boolean;
onWarn?: (msg: string) => void;

@@ -43,5 +44,2 @@ onError?: (msg: string, extra?: {

}
/**
* @internal
*/
interface CodeGenResult<ASTNode, CodeGenError extends Error = Error> {

@@ -55,9 +53,6 @@ code: string;

/**
* Code generator for i18n json/json5 resource
* Code / AST generator for i18n json/json5 resource
*/
/**
* @internal
*/
declare function generate$2(targetSource: string | Buffer, { type, legacy, bridge, exportESM, filename, inSourceMap, locale, isGlobal, sourceMap, env, forceStringify, onError, strictMessage, escapeHtml, useClassComponent }: CodeGenOptions, injector?: () => string): CodeGenResult<JSONProgram>;
declare function generate$2(targetSource: string | Buffer, { type, legacy, bridge, exportESM, filename, inSourceMap, locale, isGlobal, sourceMap, env, forceStringify, onError, strictMessage, escapeHtml, useClassComponent, jit }: CodeGenOptions, injector?: () => string): CodeGenResult<JSONProgram>;

@@ -71,3 +66,3 @@ /**

*/
declare function generate$1(targetSource: string | Buffer, { type, legacy, bridge, exportESM, useClassComponent, filename, inSourceMap, locale, isGlobal, sourceMap, env, forceStringify, onError, strictMessage, escapeHtml }: CodeGenOptions, injector?: () => string): CodeGenResult<YAMLProgram>;
declare function generate$1(targetSource: string | Buffer, { type, legacy, bridge, exportESM, useClassComponent, filename, inSourceMap, locale, isGlobal, sourceMap, env, forceStringify, onError, strictMessage, escapeHtml, jit }: CodeGenOptions, injector?: () => string): CodeGenResult<YAMLProgram>;

@@ -81,3 +76,3 @@ /**

*/
declare function generate(targetSource: string | Buffer, { type, bridge, exportESM, filename, inSourceMap, locale, isGlobal, sourceMap, env, forceStringify, onError, strictMessage, escapeHtml, useClassComponent, allowDynamic }: CodeGenOptions, injector?: () => string): CodeGenResult<Node>;
declare function generate(targetSource: string | Buffer, { type, bridge, exportESM, filename, inSourceMap, locale, isGlobal, sourceMap, env, forceStringify, onError, strictMessage, escapeHtml, useClassComponent, allowDynamic, jit }: CodeGenOptions, injector?: () => string): CodeGenResult<Node>;

@@ -84,0 +79,0 @@ type InstalledPackage = 'vue-i18n' | 'petite-vue-i18n';

{
"name": "@intlify/bundle-utils",
"description": "Bundle utilities for Intlify project",
"version": "6.0.1",
"version": "7.0.0",
"author": {

@@ -21,4 +21,4 @@ "name": "kazuya kawaguchi",

"dependencies": {
"@intlify/message-compiler": "9.3.0-beta.17",
"@intlify/shared": "9.3.0-beta.17",
"@intlify/message-compiler": "9.3.0-beta.20",
"@intlify/shared": "9.3.0-beta.20",
"acorn": "^8.8.2",

@@ -25,0 +25,0 @@ "escodegen": "^2.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