Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

menhera

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

menhera - npm Package Compare versions

Comparing version 0.6.7-rc7 to 0.6.7-rc8

dist/index.js

6

package.json
{
"name": "menhera",
"version": "0.6.7-rc7",
"main": "dist/menhera.js",
"version": "0.6.7-rc8",
"main": "dist/index.js",
"license": "MIT",

@@ -10,3 +10,3 @@ "files": [

"scripts": {
"build": "bili --filename [name].js",
"build": "bili --filename index.js",
"prepublishOnly": "npm run build"

@@ -13,0 +13,0 @@ },

@@ -28,3 +28,3 @@ # Menhera

const _ = new Menhera({
Mhr.$use({
_hooks: {

@@ -55,2 +55,3 @@ foo: {

});
```

@@ -61,3 +62,6 @@

```js
const _ = new Menhera({
import Menhera from "menehra";
mhr.$use({
_hooks: {

@@ -74,3 +78,3 @@ foo: {

_.$set({
mhr.$set({
foo: {

@@ -92,4 +96,4 @@ bar: {

_.$use(
_.$get({
mhr.$use(
mhr.$get({
foo: {

@@ -107,4 +111,5 @@ bar: {

);
```
![getset](./assets/getset.png)
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