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

roc

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roc - npm Package Compare versions

Comparing version 1.0.0-rc.5 to 1.0.0-rc.6

3

lib/cli/index.js

@@ -166,2 +166,5 @@ 'use strict';

// Run hook to make it possible for extensions to update the settings before anything other uses them
(0, _hooks.runHookDirectly)({ extension: 'roc', name: 'update-settings' }, [configObject.settings], newSettings => (0, _configuration.appendSettings)(newSettings));
if (invoke) {

@@ -168,0 +171,0 @@ // If string run as shell command

8

lib/commands/init.js

@@ -43,9 +43,9 @@ 'use strict';

description: 'A simple start on a generic web application',
identifier: 'web',
repo: 'vgno/roc-template-web'
identifier: 'web-app',
repo: 'rocjs/roc-template-web-app'
}, {
name: 'Simple Roc React App',
description: 'A simple start on a React web application',
identifier: 'web-react',
repo: 'vgno/roc-template-web-react'
identifier: 'web-app-react',
repo: 'rocjs/roc-template-web-app-react'
}];

@@ -52,0 +52,0 @@

{
"name": "roc",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"description": "Build modern web applications easily",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -10,6 +10,6 @@ # [Roc](http://www.getroc.org)

[![roc](https://img.shields.io/npm/v/roc.svg)](https://www.npmjs.com/package/roc)
[![build status](https://travis-ci.org/vgno/roc.svg)](https://travis-ci.org/vgno/roc)
[![Coverage Status](https://coveralls.io/repos/vgno/roc/badge.svg?branch=master&service=github)](https://coveralls.io/github/vgno/roc?branch=master)
[![Code Climate](https://codeclimate.com/github/vgno/roc/badges/gpa.svg)](https://codeclimate.com/github/vgno/roc)
[![Dependency Status](https://david-dm.org/vgno/roc.svg)](https://david-dm.org/vgno/roc)
[![build status](https://travis-ci.org/rocjs/roc.svg)](https://travis-ci.org/rocjs/roc)
[![Coverage Status](https://coveralls.io/repos/rocjs/roc/badge.svg?branch=master&service=github)](https://coveralls.io/github/rocjs/roc?branch=master)
[![Code Climate](https://codeclimate.com/github/rocjs/roc/badges/gpa.svg)](https://codeclimate.com/github/rocjs/roc)
[![Dependency Status](https://david-dm.org/rocjs/roc.svg)](https://david-dm.org/rocjs/roc)

@@ -16,0 +16,0 @@ ## At a glance

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