New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@obmor/lang

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@obmor/lang - npm Package Compare versions

Comparing version 0.9.2 to 0.10.0

build/cjs/dialogs/en.js

3

build/cjs/index.js

@@ -12,3 +12,4 @@ "use strict";

const services = tslib_1.__importStar(require("./services/index"));
const dialogs = tslib_1.__importStar(require("./dialogs/index"));
exports.config = tslib_1.__importStar(require("./config/index"));
exports.keysets = (0, utils_1.convert)({ account, emptyCard, common, details, welcome, services });
exports.keysets = (0, utils_1.convert)({ account, emptyCard, common, details, welcome, services, dialogs });

@@ -8,3 +8,4 @@ import { convert } from './utils';

import * as services from './services/index';
import * as dialogs from './dialogs/index';
export * as config from './config/index';
export const keysets = convert({ account, emptyCard, common, details, welcome, services });
export const keysets = convert({ account, emptyCard, common, details, welcome, services, dialogs });
{
"name": "@obmor/lang",
"version": "0.9.2",
"version": "0.10.0",
"description": "Gravity UI base styling and components",

@@ -5,0 +5,0 @@ "license": "MIT",

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