sourcemap-validator
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"repository": { | ||
@@ -42,4 +42,4 @@ "type": "git", | ||
"engines": { | ||
"node": "0.10.x" | ||
"node": "^0.10 || ^4.5 || 6.* || >= 7.*" | ||
} | ||
} | ||
} |
@@ -23,3 +23,3 @@ sourcemap-validator | ||
```js | ||
var validate('sourcemap-validator') | ||
var validate = require('sourcemap-validator') | ||
, fs = require('fs') | ||
@@ -37,3 +37,3 @@ , assert = require('assert') | ||
```js | ||
var validate('sourcemap-validator') | ||
var validate = require('sourcemap-validator') | ||
, fs = require('fs') | ||
@@ -40,0 +40,0 @@ , assert = require('assert') |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
1311230
0