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

@forbole/mrm-preset-forbole-rn

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forbole/mrm-preset-forbole-rn - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

9

license/index.js
const {
copyFiles
copyFiles,
packageJson
} = require('mrm-core');

@@ -13,6 +14,10 @@

copyFiles(licenseFilePath, ['LICENSE']);
packageJson()
.set('License', 'Apache-2.0')
.save();
}
module.exports.description = "Adds Forbole's Apache 2.0 license to the project.";
module.exports.description = "Adds Apache 2.0 License file and Apache-2.0 to the license field in package.json";
module.exports = task;
{
"name": "@forbole/mrm-preset-forbole-rn",
"version": "1.1.2",
"version": "1.2.0",
"description": "MRM preset for scaffolding react-native projects [@Forbole](https://github.com/forbole).",

@@ -5,0 +5,0 @@ "main": "config.json",

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