🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@adobe/reactor-object-assign

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/reactor-object-assign - npm Package Compare versions

Comparing version

to
2.0.0

@@ -0,3 +1,14 @@

/***************************************************************************************
* (c) 2017 Adobe. All rights reserved.
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. You may obtain a copy
* of the License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
* OF ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
****************************************************************************************/
'use strict';
module.exports = require('object-assign');
module.exports = Object.assign;
{
"name": "@adobe/reactor-object-assign",
"version": "1.0.0",
"description": "Object.assign implementation. Exposes the \"object-assign\" npm package. Intended for use in Adobe Launch extensions.",
"version": "2.0.0",
"description": "Object.assign native implementation. Intended for use in Adobe Launch extensions.",
"license": "Apache-2.0",

@@ -13,7 +13,4 @@ "author": {

"type": "git",
"url": "git@github.com:Adobe-Marketing-Cloud/reactor-turbine.git"
},
"dependencies": {
"object-assign": "4.1.1"
"url": "git@github.com:adobe/reactor-turbine.git"
}
}