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

@octopusdeploy/step-inputs

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octopusdeploy/step-inputs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

CHANGELOG.md
# @octopusdeploy/step-inputs
## 1.0.1
### Patch Changes
- 73ffed9: Ensures change set publish publishes tags
## 1.0.0

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

8

dist/__tests__/BoundValue.spec.js

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

const value = 100;
expect(BoundValue_1.isBoundValue(value)).toBe(false);
expect((0, BoundValue_1.isBoundValue)(value)).toBe(false);
});

@@ -15,3 +15,3 @@ test("Returns true when a bound value", () => {

};
expect(BoundValue_1.isBoundValue(value)).toBe(true);
expect((0, BoundValue_1.isBoundValue)(value)).toBe(true);
});

@@ -22,3 +22,3 @@ });

const value = 100;
expect(BoundValue_1.isNotBoundValue(value)).toBe(true);
expect((0, BoundValue_1.isNotBoundValue)(value)).toBe(true);
});

@@ -30,5 +30,5 @@ test("Returns false when a bound value", () => {

};
expect(BoundValue_1.isNotBoundValue(value)).toBe(false);
expect((0, BoundValue_1.isNotBoundValue)(value)).toBe(false);
});
});
//# sourceMappingURL=BoundValue.spec.js.map
{
"name": "@octopusdeploy/step-inputs",
"version": "1.0.0",
"version": "1.0.1",
"description": "The step UI",

@@ -17,9 +17,9 @@ "types": "dist/index.d.ts",

"devDependencies": {
"@types/jest": "^26.0.23",
"@types/jest": "26.0.24",
"jest": "26.6.3",
"jest-expect-message": "1.0.2",
"jest-extended": "0.11.5",
"jest-runner-eslint": "0.10.0",
"typescript": "^4.2.4",
"ts-jest": "26.5.4"
"jest-runner-eslint": "0.11.1",
"typescript": "4.4.4",
"ts-jest": "26.5.6"
},

@@ -26,0 +26,0 @@ "scripts": {

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