nanotiming
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,3 @@ var assert = require('assert') | ||
function Nanotiming (name) { | ||
if (!(this instanceof Nanotiming)) return new Nanotiming(name) | ||
assert.equal(typeof name, 'string', 'Nanotiming: name should be type string') | ||
@@ -8,0 +9,0 @@ this._name = name |
@@ -5,3 +5,3 @@ { | ||
"repository": "yoshuawuyts/nanotiming", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "deps": "dependency-check . && dependency-check . --extra --no-dev", |
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
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
5263
20