Socket
Socket
Sign inDemoInstall

@talend/utils

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@talend/utils - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

6

CHANGELOG.md
# @talend/utils
## 3.2.1
### Patch Changes
- 94aad7d: fix: Fix exports to allow deep imports
## 3.2.0

@@ -4,0 +10,0 @@

6

package.json
{
"name": "@talend/utils",
"version": "3.2.0",
"version": "3.2.1",
"description": "Various utilities",

@@ -10,4 +10,4 @@ "main": "lib/index.js",

"./lib/*": {
"import": "./lib-esm/*/index.js",
"require": "./lib/*/index.js"
"import": "./lib-esm/*",
"require": "./lib/*"
},

@@ -14,0 +14,0 @@ ".": {

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