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

react-silverbyte-searchbox

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

react-silverbyte-searchbox - npm Package Compare versions

Comparing version 1.0.5 to 1.0.9

.storybook/.babelrc

12

package.json
{
"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

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