🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

lite-js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lite-js - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+2
-3
dist/lite.js

@@ -8,3 +8,3 @@ /*lite js*/

$core = {
var $core = {
isArray: function (obj) {

@@ -33,6 +33,5 @@ return Object.prototype.toString.call(obj) === '[object Array]';

};
var $core$1 = $core;
return $core$1;
return $core;
})));
+1
-1
{
"name": "lite-js",
"version": "0.1.2",
"version": "0.1.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/lite.js",