Socket
Socket
Sign inDemoInstall

@im-js/core

Package Overview
Dependencies
Maintainers
7
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@im-js/core - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

classes/named-feature.d.ts

2

classes/named-module.d.ts
import { Identifier } from '@js-dot/core';
import { NamedModuleFeature } from './named-module-feature';
/**

@@ -13,2 +14,3 @@ * `@SNAKE_CASE` - 모듈 식별 객체

constructor(description: string);
child<T>(description: string): NamedModuleFeature<T>;
}

2

package.json
{
"name": "@im-js/core",
"version": "2.1.1",
"version": "2.2.0",
"description": "I'M Releasing development-base on IMR standards.",

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

@@ -6,6 +6,5 @@ export * from './interfaces/record-defaults';

export * from './interfaces/field-visibility';
export * from './classes/public-api-index';
export * from './functions/throttle-map';
export * from './classes/naemd-feature';
export * from './classes/named-module';
export * from './system/public-api';
export * from './rx/deprecated-multiple$';

@@ -11,5 +11,8 @@ # @im-js/core

## 개발자 안내서
http://imrbiz.co.kr/im-js/modules/core_public_api.html
## 기여

@@ -16,0 +19,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