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

fluxible-addons-react

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluxible-addons-react - npm Package Compare versions

Comparing version 1.0.0-beta.0 to 1.0.0-beta.1

dist/es/batchedUpdatePlugin.js

10

package.json
{
"name": "fluxible-addons-react",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Fluxible addons for use with React",
"main": "dist/index.js",
"main": "dist/lib/index.js",
"module": "dist/es/index.js",
"repository": {

@@ -11,3 +12,5 @@ "type": "git",

"scripts": {
"dist": "../../node_modules/.bin/babel --root-mode upward src -d dist",
"dist": "rm -rf dist && npm run dist:commonjs && npm run dist:es",
"dist:commonjs": "../../node_modules/.bin/babel --root-mode upward --env-name commonjs src -d dist/lib",
"dist:es": "../../node_modules/.bin/babel --root-mode upward --env-name es src -d dist/es",
"precover": "npm run dist",

@@ -21,2 +24,3 @@ "prepublish": "npm run dist",

"dependencies": {
"@babel/runtime": "^7.14.0",
"hoist-non-react-statics": "^3.3.2",

@@ -23,0 +27,0 @@ "prop-types": "^15.7.2"

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