🎩 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.0
to
0.1.1
+3
-0
dist/lite.js

@@ -27,2 +27,5 @@ /*lite js*/

},
hello: function(){
console.log('hello world');
}

@@ -29,0 +32,0 @@ };

+1
-1
{
"name": "lite-js",
"version": "0.1.0",
"version": "0.1.1",
"description": "",

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

@@ -20,4 +20,7 @@ $core = {

},
hello: function(){
console.log('hello world');
}
};
export default $core;