melody-code-frame
Advanced tools
Comparing version 1.1.0 to 1.2.0-commit.39a4cc79
@@ -5,4 +5,4 @@ 'use strict'; | ||
var _padStart = _interopDefault(require('lodash/padStart')); | ||
var _repeat = _interopDefault(require('lodash/repeat')); | ||
var _padStart = _interopDefault(require('lodash/padStart')); | ||
@@ -49,20 +49,5 @@ // X11 (“MIT”) Licensed. (See LICENSE.) | ||
/** | ||
* Copyright 2017 trivago N.V. | ||
* | ||
* Licensed 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 CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
var NEWLINE = /\r\n|[\n\r\u2028\u2029]/; | ||
var index = function (_ref) { | ||
function index (_ref) { | ||
var rawLines = _ref.rawLines, | ||
@@ -93,4 +78,4 @@ lineNumber = _ref.lineNumber, | ||
}).join('\n'); | ||
}; | ||
} | ||
module.exports = index; |
{ | ||
"name": "melody-code-frame", | ||
"version": "1.1.0", | ||
"version": "1.2.0-commit.39a4cc79", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"jsnext:main": "./src/index.js", | ||
"jsnext:main": "./lib/index.esm.js", | ||
"scripts": { | ||
"build": "mkdir lib; rollup -c ../../rollup.config.js -i src/index.js -o lib/index.js" | ||
"build": "mkdir lib; rollup -c ../../rollup.config.js -i src/index.js" | ||
}, | ||
@@ -10,0 +10,0 @@ "author": "", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
8689
5
215
2