@sanity/export
Advanced tools
+1
-1
| { | ||
| "name": "@sanity/export", | ||
| "version": "5.0.0", | ||
| "version": "5.0.1", | ||
| "description": "Export Sanity documents and assets", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
+16
-0
@@ -7,2 +7,3 @@ import {createWriteStream} from 'node:fs' | ||
| import {finished, pipeline} from 'node:stream/promises' | ||
| import {deprecate} from 'node:util' | ||
| import {constants as zlib} from 'node:zlib' | ||
@@ -321,1 +322,16 @@ | ||
| } | ||
| /** | ||
| * Alias for `exportDataset`, for backwards compatibility. | ||
| * Use named `exportDataset` instead. | ||
| * | ||
| * @deprecated Default export is deprecated and will be removed in a future release. Use named "exportDataset" function instead. | ||
| * @public | ||
| */ | ||
| export default deprecate( | ||
| function deprecatedExport(opts) { | ||
| return exportDataset(opts) | ||
| }, | ||
| `Default export of "@sanity/export" is deprecated and will be removed in a future release. Please use the named "exportDataset" function instead.`, | ||
| 'DEP_SANITY_EXPORT_DEFAULT', | ||
| ) |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
46559
1.23%1252
1.21%1
-50%