mle-js-bindings
Advanced tools
Comparing version 21.3.0 to 23.2.0
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2017, 2022, Oracle and/or its affiliates. | ||
Copyright (c) 2017, 2023, Oracle and/or its affiliates. | ||
@@ -3,0 +3,0 @@ The Universal Permissive License (UPL), Version 1.0 |
/** | ||
Copyright (c) 2019, 2021, Oracle and/or its affiliates. | ||
Copyright (c) 2019, 2022, Oracle and/or its affiliates. | ||
@@ -47,6 +47,2 @@ The Universal Permissive License (UPL), Version 1.0 | ||
BOOLEAN = 3, | ||
/** Type CLOB */ | ||
CLOB = 4, | ||
/** Type BLOB */ | ||
BLOB = 5, | ||
/** Type Object */ | ||
@@ -71,3 +67,5 @@ OBJECT = 6, | ||
/** Type OracleBLOB */ | ||
ORACLE_BLOB = 15 | ||
ORACLE_BLOB = 15, | ||
/** Type DbTypeJson */ | ||
DB_TYPE_JSON = 16 | ||
} | ||
@@ -74,0 +72,0 @@ /** |
{ | ||
"name": "mle-js-bindings", | ||
"version": "21.3.0", | ||
"version": "23.2.0", | ||
"description": "MLE Bindings for Oracle Database DBMS_MLE", | ||
@@ -14,2 +14,2 @@ "types": "mle-js-bindings.d.ts", | ||
"bugs": "https://github.com/oracle-samples/mle-modules/issues" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
6235
90