Comparing version 2.0.1 to 2.0.2
/** | ||
* l33teral 2.0.1 | ||
* l33teral 2.0.2 | ||
* | ||
@@ -74,3 +74,3 @@ * The MIT License (MIT) | ||
function L33teral(obj) { | ||
this.__version__ = '2.0.1'; | ||
this.__version__ = '2.0.2'; | ||
this.obj = obj || {}; | ||
@@ -77,0 +77,0 @@ } |
{ | ||
"name": "l33teral", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Nicholas Cloud", | ||
@@ -5,0 +5,0 @@ "description": "functions to help deal with object literals", |
@@ -7,3 +7,3 @@ /*global describe, it*/ | ||
version = require('../package.json').version, | ||
leet = require('../build/l33teral-' + version), | ||
leet = require('../build/l33teral-latest'), | ||
mockObject = require('./mock-object'); | ||
@@ -10,0 +10,0 @@ |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
1
60376