@almaclaine/constants
Advanced tools
Comparing version
{ | ||
"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 @@ ".": { |
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35721
67.54%0
-100%65
54.76%648
104.42%1
Infinity%- Removed
- Removed
- Removed