Comparing version 0.0.3 to 0.1.0
@@ -0,0 +0,0 @@ var optimal = require('../'); |
(function(module) { | ||
function parseString(s) { | ||
var ret = {}, | ||
types = {'o': 'object', 'f': 'function', 'n': 'number', 's': 'string'}; | ||
types = {'o': 'object', 'f': 'function', 'n': 'number', 's': 'string', 'b': 'boolean'}; | ||
@@ -6,0 +6,0 @@ var args = s.split(",").map(function(x) { |
{ | ||
"name": "optimal", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"description": "Kickass JS arguments parser", | ||
@@ -5,0 +5,0 @@ "directories": { |
@@ -0,0 +0,0 @@ Optimal |
@@ -0,0 +0,0 @@ var assert = require('assert'), |
Sorry, the diff of this file is not supported yet
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
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
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
0
4638
1