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

l33teral

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

l33teral - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

build/l33teral-latest.js
/**
* 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 @@

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