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 0.0.0 to 0.1.0

lib/codegen.d.ts

9

CHANGELOG.md

@@ -0,3 +1,12 @@

## @intlify/bundle-utils@0.1.0 (2021-07-12)
#### :star: Features
* [#26](https://github.com/intlify/bundle-tools/pull/26) feat: bundle-utils basic implementation ([@kazupon](https://github.com/kazupon))
#### Committers: 1
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
## v0.0.0 (2021-07-13)
:tada: Initial release.

7

lib/index.js
"use strict";
console.log('@intilfy/bundle-utils');
Object.defineProperty(exports, "__esModule", { value: true });
exports.generateYAML = exports.generateJSON = void 0;
var json_1 = require("./json");
Object.defineProperty(exports, "generateJSON", { enumerable: true, get: function () { return json_1.generate; } });
var yaml_1 = require("./yaml");
Object.defineProperty(exports, "generateYAML", { enumerable: true, get: function () { return yaml_1.generate; } });

11

package.json
{
"name": "@intlify/bundle-utils",
"description": "Bundle utilities for Intlify project",
"version": "0.0.0",
"version": "0.1.0",
"author": {

@@ -13,2 +13,8 @@ "name": "kazuya kawaguchi",

"dependencies": {
"@intlify/core": "^9.1.6",
"@intlify/message-compiler": "^9.1.6",
"@intlify/shared": "^9.1.6",
"jsonc-eslint-parser": "^1.0.1",
"source-map": "^0.6.1",
"yaml-eslint-parser": "^0.3.2"
},

@@ -25,4 +31,3 @@ "devDependencies": {},

"main": "lib/index.js",
"peerDependencies": {
},
"peerDependencies": {},
"repository": {

@@ -29,0 +34,0 @@ "type": "git",

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