Socket
Socket
Sign inDemoInstall

@talend/utils

Package Overview
Dependencies
Maintainers
1
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.0.4 to 3.1.0

lib-esm/date/generator.d.ts

6

CHANGELOG.md
# @talend/utils
## 3.1.0
### Minor Changes
- 3bd16fc: Add support to ESM
## 3.0.4

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

2

lib/filters/filters.d.ts

@@ -6,2 +6,2 @@ /**

*/
export declare const valued: <T>(val: T | null | undefined) => val is T;
export declare const valued: <T>(val: T | undefined | null) => val is T;
{
"name": "@talend/utils",
"version": "3.0.4",
"version": "3.1.0",
"description": "Various utilities",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"module": "./lib-esm/index.js",
"exports": {
"./lib/*": {
"import": "./lib-esm/*/index.js",
"require": "./lib/*/index.js"
},
".": {
"import": "./lib-esm/index.js",
"require": "./lib/index.js"
}
},
"repository": {

@@ -15,2 +26,3 @@ "type": "git",

"build:lib": "talend-scripts build --tsc",
"build:lib:esm": "talend-scripts build --esm",
"lint": "talend-scripts lint",

@@ -26,3 +38,3 @@ "test": "cross-env TZ=UTC talend-scripts test",

"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-core": "^16.4.0",
"@talend/scripts-config-jest": "^14.0.2",

@@ -29,0 +41,0 @@ "@talend/scripts-config-stylelint": "^4.1.1",

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