Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@transloadit/analyze-step

Package Overview
Dependencies
Maintainers
6
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transloadit/analyze-step - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

dist/analyzeStep.d.ts

@@ -35,3 +35,3 @@ type Condition = [value: string, operator: string, value: string];

};
declare function humanize(step: Step, robots: Robots, extrameta?: ExtraMeta): string;
export = humanize;
declare const _default: (step: Step, robots: Robots, extrameta?: ExtraMeta) => string;
export = _default;

@@ -226,3 +226,3 @@ "use strict";

}
function humanize(step, robots, extrameta = {}) {
module.exports = function humanize(step, robots, extrameta = {}) {
let str = ``;

@@ -353,4 +353,3 @@ const robot = robots[step.robot];

return str;
}
module.exports = humanize;
};
//# sourceMappingURL=analyzeStep.js.map
{
"name": "@transloadit/analyze-step",
"license": "AGPL-3.0-only",
"publishConfig": {
"access": "public"
},
"version": "0.3.1",
"repository": {

@@ -12,7 +9,5 @@ "type": "git",

},
"license": "AGPL-3.0-only",
"main": "dist/analyzeStep.js",
"types": "dist/analyzeStep.d.ts",
"files": [
"dist"
],
"directories": {

@@ -22,9 +17,12 @@ "lib": "dist",

},
"files": [
"dist"
],
"scripts": {
"tsc": "tsc --build --clean && tsc --build",
"test": "echo \"Error: run tests from root\" && exit 1"
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@transloadit/format-duration-ms": "^0.3.0",
"@transloadit/prettier-bytes": "^0.3.0",
"@transloadit/format-duration-ms": "^0.3.1",
"@transloadit/prettier-bytes": "^0.3.1",
"inflection": "^3.0.0",

@@ -34,8 +32,10 @@ "jsonpath-plus": "^7.2.0",

},
"version": "0.3.0",
"gitHead": "df8101d46064782dd743550aac74ab6afdb6b82c",
"devDependencies": {
"@types/jsonpath": "^0.2.4",
"@types/lodash": "^4.14.202"
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "48eed6c692a65c1aa29d6bf8f62aa4d246476fb3"
}

Sorry, the diff of this file is not supported yet

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