Socket
Socket
Sign inDemoInstall

@analys/enum-mutabilities

Package Overview
Dependencies
0
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.6 to 0.3.7

4

dist/index.cjs.js

@@ -9,2 +9,3 @@ 'use strict';

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

@@ -15,4 +16,7 @@

};
const IMMUT = IMMUTABLE;
exports.IMMUT = IMMUT;
exports.IMMUTABLE = IMMUTABLE;
exports.MUT = MUT;
exports.MUTABLE = MUTABLE;

4

dist/index.esm.js

@@ -5,2 +5,3 @@ /** @type {{mutate: boolean}} */

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

@@ -11,3 +12,4 @@

};
const IMMUT = IMMUTABLE;
export { IMMUTABLE, MUTABLE };
export { IMMUT, IMMUTABLE, MUT, MUTABLE };
{
"name": "@analys/enum-mutabilities",
"version": "0.3.6",
"version": "0.3.7",
"description": "Enums for analys toolkit",

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

"homepage": "https://github.com/hoyeungw/vect#readme",
"gitHead": "822bc758b99d2fdf20e52ea88a29e589edaca112"
"gitHead": "45f21df2c0925f93eceb17049696ec0a58b134ce"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc