New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atomist/yaml-updater

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomist/yaml-updater - npm Package Compare versions

Comparing version 1.0.3-atomist.npm-audit-master.20210201150329 to 1.0.3-atomist.npm-update-master.20210209150205

15

index.js

@@ -17,7 +17,14 @@ "use strict";

*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./lib/yaml"));
__exportStar(require("./lib/yaml"), exports);
//# sourceMappingURL=index.js.map

@@ -36,6 +36,6 @@ # `@atomist/yaml-updater`

|------|---------|-----------|------------|
|`@types/js-yaml`|`3.12.1`||[https://github.com/DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)|
|`@types/js-yaml`|`3.12.6`||[https://github.com/DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)|
|`argparse`|`1.0.10`||[https://github.com/nodeca/argparse](https://github.com/nodeca/argparse)|
|`fast-deep-equal`|`2.0.1`|Evgeny Poberezkin|[https://github.com/epoberezkin/fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal)|
|`js-yaml`|`3.13.1`|Vladimir Zapparov|[https://github.com/nodeca/js-yaml](https://github.com/nodeca/js-yaml)|
|`js-yaml`|`3.14.1`|Vladimir Zapparov|[https://github.com/nodeca/js-yaml](https://github.com/nodeca/js-yaml)|

@@ -42,0 +42,0 @@ ## Contact

@@ -18,2 +18,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.formatYaml = exports.formatYamlKey = exports.updateYamlKey = exports.updateYamlDocument = exports.updateYamlDocuments = exports.updateYamlDocumentWithString = void 0;
const deepEqual = require("fast-deep-equal");

@@ -20,0 +21,0 @@ const yaml = require("js-yaml");

{
"name": "@atomist/yaml-updater",
"version": "1.0.3-atomist.npm-audit-master.20210201150329",
"version": "1.0.3-atomist.npm-update-master.20210209150205",
"description": "Update YAML documents while ensuring clean diffs",

@@ -26,9 +26,9 @@ "author": {

"dependencies": {
"@types/js-yaml": "^3.12.1",
"@types/js-yaml": "^3.12.6",
"fast-deep-equal": "^2.0.1",
"js-yaml": "^3.13.1"
"js-yaml": "^3.14.1"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/power-assert": "^1.5.0",
"@types/power-assert": "^1.5.3",
"espower-typescript": "^9.0.2",

@@ -38,8 +38,8 @@ "mocha": "^8.2.1",

"power-assert": "^1.6.1",
"rimraf": "^2.6.3",
"rimraf": "^2.7.1",
"supervisor": "^0.12.0",
"ts-node": "^8.5.4",
"ts-node": "^8.10.2",
"tslint": "^5.20.1",
"typedoc": "^0.20.20",
"typescript": "^3.7.4"
"typedoc": "^0.20.23",
"typescript": "^3.9.7"
},

@@ -46,0 +46,0 @@ "directories": {

Sorry, the diff of this file is not supported yet

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