@uxpin/storybook-deployer
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@uxpin/storybook-deployer", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "CLI to deploy static Storybook to UXPin", | ||
@@ -5,0 +5,0 @@ "main": "src/deploy.js", |
@@ -166,3 +166,3 @@ "use strict"; | ||
}); | ||
form.append('key', key); | ||
form.append('key', key.replace(/\\/g, '/')); | ||
form.append('Content-Type', mime_types_1.default.contentType(mime_types_1.default.lookup(absFilePath) || 'application/octet-stream')); | ||
@@ -169,0 +169,0 @@ form.append('file', (0, fs_1.createReadStream)(absFilePath)); |
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
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
14266
6
2