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

jxt-react-library

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jxt-react-library - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+3
-5
package.json
{
"name": "jxt-react-library",
"version": "1.0.1",
"version": "1.0.2",
"main": "lib/bundle.js",
"license": "MIT",
"author": "gengyudongzzu",
"description": "a simple javascript lib",
"keywords": [
"test javascript lib"
],
"keywords": ["test javascript lib"],
"license": "MIT",
"scripts": {

@@ -12,0 +10,0 @@ "build": "yarn run rollup -c",

@@ -6,3 +6,3 @@ import babel from 'rollup-plugin-babel';

output: {
file: './lib/index.js',
file: './lib/bundle.js',
format: 'cjs'

@@ -9,0 +9,0 @@ },