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

@ui5/migration

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/migration - npm Package Compare versions

Comparing version

to
0.1.1

9

CHANGELOG.md

@@ -5,4 +5,10 @@ # Changelog

A list of unreleased changes can be found [here](https://github.com/SAP/ui5-migration/compare/v0.1.0...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-migration/compare/v0.1.1...HEAD).
<a name="v0.1.1"></a>
## [v0.1.1] - 2019-09-09
### Bug Fixes
- Don't replace jquery.sap.extend with Object.assign ([#56](https://github.com/SAP/ui5-migration/issues/56)) [`03008ef`](https://github.com/SAP/ui5-migration/commit/03008ef77238d91d48182795d960e1ad52e0bf6d)
<a name="v0.1.0"></a>

@@ -14,1 +20,2 @@ ## v0.1.0 - 2019-07-10

[v0.1.1]: https://github.com/SAP/ui5-migration/compare/v0.1.0...v0.1.1

28

package.json
{
"name": "@ui5/migration",
"version": "0.1.0",
"version": "0.1.1",
"description": "Tooling to support the migration of UI5 projects by adapting code for new UI5 framework versions",

@@ -101,10 +101,10 @@ "author": "SAP SE (https://www.sap.com)",

"esprima": "^4.0.1",
"globals": "^11.12.0",
"graceful-fs": "^4.1.15",
"ignore": "^5.1.1",
"globals": "^12.0.0",
"graceful-fs": "^4.2.2",
"ignore": "^5.1.4",
"json5": "^2.1.0",
"minimatch": "^3.0.4",
"recast": "^0.17.3",
"recast": "^0.18.2",
"request": "^2.88.0",
"semver": "^5.6.0",
"semver": "^6.3.0",
"yargs": "^13.2.2"

@@ -123,15 +123,15 @@ },

"@types/mocha": "^5.2.6",
"@types/node": "^11.13.17",
"@types/yargs": "^13.0.0",
"@types/node": "^12.7.4",
"@types/yargs": "^13.0.2",
"gts": "^0.9.0",
"mocha": "^6.0.2",
"mocha": "^6.2.0",
"mocha-junit-reporter": "^1.23.0",
"nyc": "^14.1.1",
"rimraf": "^2.6.3",
"sinon": "^7.2.7",
"source-map-support": "^0.5.12",
"rimraf": "^2.7.1",
"sinon": "^7.4.2",
"source-map-support": "^0.5.13",
"ts-node": "^8.3.0",
"tslint": "^5.11.0",
"typescript": "^3.5.3"
"tslint": "^5.19.0",
"typescript": "^3.6.2"
}
}

@@ -6,2 +6,5 @@ ![UI5 logo](./docs/images/UI5_logo_wide.png)

[![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-migration?branchName=master)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=41&branchName=master)
[![npm version](https://badge.fury.io/js/%40ui5%2Fmigration.svg)](https://www.npmjs.com/package/@ui5/migration)
_**Note:** This project is currently in beta. While there are ongoing improvements and round-offs being applied, we see the early release as a great opportunity to collect feedback from the community to further advance the UI5 migration tooling._

@@ -8,0 +11,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display