
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
@holoyan/morph-map-js
Advanced tools
Checkout other my packages
The Solo purpose of this package is to provide a morph map class that can be used to register and resolve morph maps for classes.
npm i @holoyan/morph-map-js
import { MorphMap } from '@holoyan/morph-map'
MorphMap('users')
class User {
}
import { morphMap } from '@holoyan/morph-map' // NOTE: lowercase import
const User = morphMap.get('users')
morphMap.has('users') // true
morphMap.has('non-existing') // false
class Admin {
// ...
}
morphMap.set('Admins', Admin)
morphMap.get('Admins') // Admin class
morphMap.has('Admins') // true
morphMap.hasTaget(Admin) // true
morphMap.getTarget(Admin) // 'Admins'
FAQs
Morph map class
The npm package @holoyan/morph-map-js receives a total of 2,184 weekly downloads. As such, @holoyan/morph-map-js popularity was classified as popular.
We found that @holoyan/morph-map-js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.