Socket
Socket
Sign inDemoInstall

sourcemap-validator

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sourcemap-validator - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

6

package.json

@@ -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

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