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

mrm

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mrm - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

2

package.json
{
"name": "mrm",
"version": "0.3.2",
"version": "0.3.3",
"description": "Simplistic project dotfiles organizer",

@@ -5,0 +5,0 @@ "author": {

@@ -38,3 +38,3 @@ 'use strict';

.removeScript(/^(lint:js|eslint|jshint|jslint)$/)
.removeScript('test', /\b(lint:js|eslint|jshint|jslint)\b/)
.removeScript('test', / (lint|lint:js|eslint|jshint|jslint)( |$)/)
// Add lint script

@@ -41,0 +41,0 @@ .setScript('lint', 'eslint . --cache --fix' + exts)

@@ -33,3 +33,5 @@ 'use strict';

// Clean up old scripts
pkg.removeScript(/^mocha|ava|test:mocha|test:ava$/).removeScript('test', /mocha|ava/);
pkg
.removeScript(/^mocha|mocha:.*?|ava|ava:.*?|test:mocha|test:ava$/)
.removeScript('test', /mocha|ava/);

@@ -36,0 +38,0 @@ // package.json: test command

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