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.0 to 1.0.1

2

package.json
{
"name": "react-silverbyte-searchbox",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -21,3 +21,3 @@ import webpack from 'webpack';

output: {
libraryTarget: "umd",
libraryTarget: "commonjs2",
library: 'react-silverbyte-searchbox',

@@ -24,0 +24,0 @@ path: path.resolve(__dirname, 'build'), // Note: Physical files are only output by the production build task `npm run build`.

@@ -24,3 +24,3 @@ // For info about this file refer to webpack and webpack-hot-middleware documentation

output: {
libraryTarget: "umd",
libraryTarget: "commonjs2",
library: 'react-silverbyte-searchbox',

@@ -27,0 +27,0 @@ path: __dirname + '/build',

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