Socket
Socket
Sign inDemoInstall

@analys/enum-mutabilities

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@analys/enum-mutabilities - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

3

dist/index.cjs.js

@@ -5,5 +5,8 @@ 'use strict';

/** @type {{mutate: boolean}} */
const MUTABLE = {
mutate: true
};
/** @type {{mutate: boolean}} */
const IMMUTABLE = {

@@ -10,0 +13,0 @@ mutate: false

@@ -0,4 +1,7 @@

/** @type {{mutate: boolean}} */
const MUTABLE = {
mutate: true
};
/** @type {{mutate: boolean}} */
const IMMUTABLE = {

@@ -5,0 +8,0 @@ mutate: false

4

package.json
{
"name": "@analys/enum-mutabilities",
"version": "0.2.3",
"version": "0.2.4",
"description": "Enums for analys toolkit",

@@ -33,3 +33,3 @@ "main": "dist/index.cjs.js",

"homepage": "https://github.com/hoyeungw/vect#readme",
"gitHead": "b39a3f98d07eb78058d42e40f86db91f191c2824"
"gitHead": "ebe90102efa251b9f03154c8aff3ad911d8bfc43"
}
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