Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

optimal

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

optimal - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

0

example/parsing.js

@@ -0,0 +0,0 @@ var optimal = require('../');

2

lib/optimal.js
(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

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