New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@almaclaine/constants

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@almaclaine/constants - npm Package Compare versions

Comparing version

to
0.0.6

cjs/src/lib/general.d.js

5

cjs/package.json
{
"name": "@almaclaine/constants",
"version": "0.0.4",
"version": "0.0.5",
"main": "cjs/src/index.js",
"module": "esm/src/index.js",
"types": "src/index.d.ts",
"dependencies": {
"@swc/helpers": "0.4.14"
},
"exports": {

@@ -11,0 +8,0 @@ ".": {

16

cjs/src/index.d.js

@@ -9,6 +9,14 @@ "use strict";

_export(exports, {
UNDEFINED: ()=>_constants.UNDEFINED,
NULL: ()=>_constants.NULL,
WHITE_SPACES_SET: ()=>_constants.WHITE_SPACES_SET,
WHITE_SPACES: ()=>_constants.WHITE_SPACES
UNDEFINED: function() {
return _constants.UNDEFINED;
},
NULL: function() {
return _constants.NULL;
},
WHITE_SPACES_SET: function() {
return _constants.WHITE_SPACES_SET;
},
WHITE_SPACES: function() {
return _constants.WHITE_SPACES;
}
});

@@ -15,0 +23,0 @@ const _constants = require("./lib/constants");

@@ -1,1 +0,3 @@

export { UNDEFINED, NULL, WHITE_SPACES_SET, WHITE_SPACES, } from './lib/constants';
export { UNDEFINED, NULL } from './lib/general';
export { WHITE_SPACES_SET, WHITE_SPACES } from './lib/string';
export { MAX_INT32, MIN_INT32, MAX_SAFE_INT, MIN_SAFE_INT, MAX_VALUE, MIN_VALUE, MAX_UINT, } from './lib/number';

@@ -9,9 +9,40 @@ "use strict";

_export(exports, {
UNDEFINED: ()=>_constants.UNDEFINED,
NULL: ()=>_constants.NULL,
WHITE_SPACES_SET: ()=>_constants.WHITE_SPACES_SET,
WHITE_SPACES: ()=>_constants.WHITE_SPACES
UNDEFINED: function() {
return _general.UNDEFINED;
},
NULL: function() {
return _general.NULL;
},
WHITE_SPACES_SET: function() {
return _string.WHITE_SPACES_SET;
},
WHITE_SPACES: function() {
return _string.WHITE_SPACES;
},
MAX_INT32: function() {
return _number.MAX_INT32;
},
MIN_INT32: function() {
return _number.MIN_INT32;
},
MAX_SAFE_INT: function() {
return _number.MAX_SAFE_INT;
},
MIN_SAFE_INT: function() {
return _number.MIN_SAFE_INT;
},
MAX_VALUE: function() {
return _number.MAX_VALUE;
},
MIN_VALUE: function() {
return _number.MIN_VALUE;
},
MAX_UINT: function() {
return _number.MAX_UINT;
}
});
const _constants = require("./lib/constants");
const _general = require("./lib/general");
const _string = require("./lib/string");
const _number = require("./lib/number");
//# sourceMappingURL=index.js.map

@@ -5,10 +5,12 @@ /// <reference types="vitest" />

enumerable: true,
get: ()=>_default
get: function() {
return _default;
}
});
const _vite = require("vite");
const _viteTsconfigPaths = require("vite-tsconfig-paths");
const _vitetsconfigpaths = require("vite-tsconfig-paths");
const _default = (0, _vite.defineConfig)({
cacheDir: '../../node_modules/.vite/constants',
plugins: [
(0, _viteTsconfigPaths.default)({
(0, _vitetsconfigpaths.default)({
root: '../../'

@@ -15,0 +17,0 @@ })

{
"name": "@almaclaine/constants",
"version": "0.0.4",
"version": "0.0.5",
"main": "cjs/src/index.js",
"module": "esm/src/index.js",
"types": "src/index.d.ts",
"dependencies": {
"@swc/helpers": "0.4.14"
},
"exports": {

@@ -11,0 +8,0 @@ ".": {

@@ -1,1 +0,3 @@

export { UNDEFINED, NULL, WHITE_SPACES_SET, WHITE_SPACES, } from './lib/constants';
export { UNDEFINED, NULL } from './lib/general';
export { WHITE_SPACES_SET, WHITE_SPACES } from './lib/string';
export { MAX_INT32, MIN_INT32, MAX_SAFE_INT, MIN_SAFE_INT, MAX_VALUE, MIN_VALUE, MAX_UINT, } from './lib/number';

@@ -1,3 +0,5 @@

export { UNDEFINED, NULL, WHITE_SPACES_SET, WHITE_SPACES } from './lib/constants';
export { UNDEFINED, NULL } from './lib/general';
export { WHITE_SPACES_SET, WHITE_SPACES } from './lib/string';
export { MAX_INT32, MIN_INT32, MAX_SAFE_INT, MIN_SAFE_INT, MAX_VALUE, MIN_VALUE, MAX_UINT } from './lib/number';
//# sourceMappingURL=index.js.map
{
"name": "@almaclaine/constants",
"version": "0.0.5",
"version": "0.0.6",
"main": "cjs/src/index.js",
"module": "esm/src/index.js",
"types": "src/index.d.ts",
"dependencies": {
"@swc/helpers": "0.4.14"
}
"types": "src/index.d.ts"
}

@@ -9,6 +9,14 @@ "use strict";

_export(exports, {
UNDEFINED: ()=>_constants.UNDEFINED,
NULL: ()=>_constants.NULL,
WHITE_SPACES_SET: ()=>_constants.WHITE_SPACES_SET,
WHITE_SPACES: ()=>_constants.WHITE_SPACES
UNDEFINED: function() {
return _constants.UNDEFINED;
},
NULL: function() {
return _constants.NULL;
},
WHITE_SPACES_SET: function() {
return _constants.WHITE_SPACES_SET;
},
WHITE_SPACES: function() {
return _constants.WHITE_SPACES;
}
});

@@ -15,0 +23,0 @@ const _constants = require("./lib/constants");

@@ -1,1 +0,3 @@

export { UNDEFINED, NULL, WHITE_SPACES_SET, WHITE_SPACES, } from './lib/constants';
export { UNDEFINED, NULL } from './lib/general';
export { WHITE_SPACES_SET, WHITE_SPACES } from './lib/string';
export { MAX_INT32, MIN_INT32, MAX_SAFE_INT, MIN_SAFE_INT, MAX_VALUE, MIN_VALUE, MAX_UINT, } from './lib/number';

@@ -9,9 +9,40 @@ "use strict";

_export(exports, {
UNDEFINED: ()=>_constants.UNDEFINED,
NULL: ()=>_constants.NULL,
WHITE_SPACES_SET: ()=>_constants.WHITE_SPACES_SET,
WHITE_SPACES: ()=>_constants.WHITE_SPACES
UNDEFINED: function() {
return _general.UNDEFINED;
},
NULL: function() {
return _general.NULL;
},
WHITE_SPACES_SET: function() {
return _string.WHITE_SPACES_SET;
},
WHITE_SPACES: function() {
return _string.WHITE_SPACES;
},
MAX_INT32: function() {
return _number.MAX_INT32;
},
MIN_INT32: function() {
return _number.MIN_INT32;
},
MAX_SAFE_INT: function() {
return _number.MAX_SAFE_INT;
},
MIN_SAFE_INT: function() {
return _number.MIN_SAFE_INT;
},
MAX_VALUE: function() {
return _number.MAX_VALUE;
},
MIN_VALUE: function() {
return _number.MIN_VALUE;
},
MAX_UINT: function() {
return _number.MAX_UINT;
}
});
const _constants = require("./lib/constants");
const _general = require("./lib/general");
const _string = require("./lib/string");
const _number = require("./lib/number");
//# sourceMappingURL=index.js.map

@@ -9,8 +9,16 @@ "use strict";

_export(exports, {
UNDEFINED: ()=>UNDEFINED,
NULL: ()=>NULL,
WHITE_SPACES_SET: ()=>WHITE_SPACES_SET,
WHITE_SPACES: ()=>WHITE_SPACES
UNDEFINED: function() {
return UNDEFINED;
},
NULL: function() {
return NULL;
},
WHITE_SPACES_SET: function() {
return WHITE_SPACES_SET;
},
WHITE_SPACES: function() {
return WHITE_SPACES;
}
});
//# sourceMappingURL=constants.d.js.map

@@ -9,6 +9,14 @@ "use strict";

_export(exports, {
UNDEFINED: ()=>UNDEFINED,
NULL: ()=>NULL,
WHITE_SPACES_SET: ()=>WHITE_SPACES_SET,
WHITE_SPACES: ()=>WHITE_SPACES
UNDEFINED: function() {
return UNDEFINED;
},
NULL: function() {
return NULL;
},
WHITE_SPACES_SET: function() {
return WHITE_SPACES_SET;
},
WHITE_SPACES: function() {
return WHITE_SPACES;
}
});

@@ -15,0 +23,0 @@ const UNDEFINED = undefined;

@@ -5,10 +5,12 @@ /// <reference types="vitest" />

enumerable: true,
get: ()=>_default
get: function() {
return _default;
}
});
const _vite = require("vite");
const _viteTsconfigPaths = require("vite-tsconfig-paths");
const _vitetsconfigpaths = require("vite-tsconfig-paths");
const _default = (0, _vite.defineConfig)({
cacheDir: '../../node_modules/.vite/constants',
plugins: [
(0, _viteTsconfigPaths.default)({
(0, _vitetsconfigpaths.default)({
root: '../../'

@@ -15,0 +17,0 @@ })

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet