react-silverbyte-searchbox
Advanced tools
Comparing version 1.0.5 to 1.0.9
{ | ||
"name": "react-silverbyte-searchbox", | ||
"version": "1.0.5", | ||
"version": "1.0.9", | ||
"main": "scripts/searchBox.js", | ||
@@ -13,4 +13,4 @@ "scripts": { | ||
"lint:watch": "npm run lint -- --watch", | ||
"clean-build": "npm run remove-build && mkdir build", | ||
"remove-build": "rimraf ./build", | ||
"clean-build": "npm run remove-build && mkdir lib", | ||
"remove-build": "rimraf ./lib", | ||
"prebuild": "npm run clean-build", | ||
@@ -30,4 +30,4 @@ "build": "babel-node src/tools/build.js", | ||
"autoprefixer": "6.5.4", | ||
"babel-cli": "6.18.0", | ||
"babel-core": "^6.10.4", | ||
"babel-cli": "^6.18.0", | ||
"babel-core": "^6.24.1", | ||
"babel-eslint": "7.1.1", | ||
@@ -42,3 +42,3 @@ "babel-jest": "18.0.0", | ||
"babel-preset-airbnb": "^2.2.3", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-latest": "6.16.0", | ||
@@ -45,0 +45,0 @@ "babel-preset-react": "6.16.0", |
@@ -21,3 +21,3 @@ import webpack from 'webpack'; | ||
output: { | ||
path: __dirname + '/build', | ||
path: __dirname + '/lib', | ||
filename: 'ReactSearchboxSilverbyte.js', | ||
@@ -24,0 +24,0 @@ library: 'ReactSearchboxSilverbyte', |
@@ -24,3 +24,3 @@ // For info about this file refer to webpack and webpack-hot-middleware documentation | ||
output: { | ||
path: __dirname + '/build', | ||
path: __dirname + '/lib', | ||
filename: 'ReactSearchboxSilverbyte.js', | ||
@@ -27,0 +27,0 @@ library: 'ReactSearchboxSilverbyte', |
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 8 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
6
4833641
75
21523