Socket
Socket
Sign inDemoInstall

atma-utils

Package Overview
Dependencies
0
Maintainers
0
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.60 to 0.2.61

.circleci/config.yml

55

package.json
{
"name": "atma-utils",
"description": "Helpers",
"version": "0.2.60",
"version": "0.2.61",
"author": "Alex Kit <alex.kit@atmajs.com>",

@@ -16,7 +16,13 @@ "repository": {

],
"main": "lib/utils.js",
"main": "lib/umd/utils.js",
"types": "./lib/utils.d.ts",
"exports": {
".": {
"import": "./lib/esm/utils.js",
"require": "./lib/umd/utils.js"
}
},
"devDependencies": {
"@types/node": "^17.0.8",
"app-bundler": "^0.0.94",
"app-bundler": "^0.2.6",
"atma": "^0.12.33",

@@ -44,9 +50,44 @@ "atma-io": "^1.2.37",

},
"lib": {
"umd": {
"file": "src/export-lib.ts",
"outputMain": "lib/utils.js",
"outputMain": "lib/umd/utils.js",
"package": {
"moduleWrapper": "custom",
"moduleWrapperCustomPath": "./src/umd/head.js"
"module": "commonjs",
"moduleName": "Utils",
"moduleWrapper": "umd",
"commonjs": {
"output": "simplified"
}
},
"settings": {
"atma-loader-ts": {
"typescript": {
"compilerOptions": {
"module": "CommonJS",
"target": "ES2015"
}
}
}
}
},
"esm": {
"file": "src/export-lib.ts",
"outputMain": "lib/esm/utils.mjs",
"package": {
"module": "commonjs",
"moduleWrapper": "esm",
"commonjs": {
"output": "simplified"
}
},
"settings": {
"atma-loader-ts": {
"typescript": {
"compilerOptions": {
"module": "CommonJS",
"target": "ES2015"
}
}
}
}
}

@@ -53,0 +94,0 @@ },

lib/utils.js
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