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

@datx/utils

Package Overview
Dependencies
Maintainers
7
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datx/utils - npm Package Compare versions

Comparing version 2.4.5 to 2.4.8

consts.d.ts

54

package.json
{
"name": "@datx/utils",
"version": "2.4.5",
"version": "2.4.8",
"description": "DatX lib utils for mixins",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"main": "./index.cjs.js",
"module": "./index.esm.js",
"typings": "./index.d.ts",
"sideEffects": false,

@@ -23,47 +23,3 @@ "repository": {

],
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@types/jest": "^28.1.1",
"@types/node": "^18.7.6",
"jest": "^28.1.1",
"mobx": "^6.6.0",
"rollup": "^2.75.6",
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.22",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^28.0.4",
"tslib": "~2.4.0",
"typescript": "~4.7.3"
},
"scripts": {
"test": "jest --coverage",
"watch": "jest --watch --coverage",
"prepublish": "npm run build",
"build": "rollup -c"
},
"jest": {
"coveragePathIgnorePatterns": [
"/test/",
"/node_modules/"
],
"moduleFileExtensions": [
"ts",
"js"
],
"testRegex": "test/(.*).test.ts$",
"globals": {
"ts-jest": {
"diagnostics": {
"warnOnly": true
}
}
},
"preset": "ts-jest",
"testMatch": null,
"setupFilesAfterEnv": [
"./test/setup.ts"
]
},
"gitHead": "23ec609f962cbc7b755e0f3c30e6e134f3a002a2"
"gitHead": "36ced89e0774de8dda366fc81e2b27b627a9c453"
}
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