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

@wethegit/react-hooks

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wethegit/react-hooks - npm Package Compare versions

Comparing version 0.0.4-beta.5 to 0.0.4-beta.6

dist/main.mjs.LICENSE.txt

3

package.json
{
"name": "@wethegit/react-hooks",
"version": "0.0.4-beta.5",
"version": "0.0.4-beta.6",
"description": "A collection of helpers for use in React projects.",

@@ -27,2 +27,3 @@ "main": "dist/main.mjs",

"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@babel/core": "~7.19.0",

@@ -29,0 +30,0 @@ "@babel/preset-env": "~7.19.0",

const path = require("path")
const webpack = require("webpack")

@@ -13,3 +14,7 @@ module.exports = {

options: {
presets: ["@babel/preset-env", "@babel/preset-react"],
presets: [
"@babel/preset-env",
["@babel/preset-react", { runtime: "automatic" }],
],
plugins: ["@babel/plugin-transform-modules-commonjs"]
},

@@ -40,2 +45,7 @@ },

},
plugins: [
new webpack.ProvidePlugin({
"React": "react",
}),
],
output: {

@@ -42,0 +52,0 @@ filename: "main.mjs",

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