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 3.0.0-beta.0 to 3.0.0-beta.1

consts.d.ts

50

package.json
{
"name": "@datx/utils",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"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,

@@ -22,43 +22,3 @@ "repository": {

],
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"@types/jest": "^27.0.0",
"@types/node": "^17.0.4",
"jest": "^27.0.5",
"rollup": "^2.38.0",
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.17",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.0.3",
"tslib": "~2.3.0",
"typescript": "~4.6.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
},
"gitHead": "dfa9ed0f10d2a73b56a8eeed46133b375ef07554"
"gitHead": "20e52d35a1bc98fba5803d7787f568c481b81941"
}
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