New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clarinet

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clarinet - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

2

package.json

@@ -5,3 +5,3 @@ { "name" : "clarinet"

, "author" : "Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com/)"
, "version" : "0.5.3"
, "version" : "0.5.4"
, "main" : "./clarinet.js"

@@ -8,0 +8,0 @@ , "homepage" : "https://github.com/dscape/clarinet"

if (!clarinet) { // node
var clarinet = require('../clarinet.js')
, assert = require('assert')
, _ = require('underscore')

@@ -8,2 +7,8 @@ ;

function assert(expr, msg) {
if (!expr) {
throw new Error(msg || 'failed');
}
}
var seps = [undefined, /\t|\n|\r/]

@@ -10,0 +15,0 @@ , sep

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