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

@hookstate/core

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hookstate/core - npm Package Compare versions

Comparing version 3.0.10 to 3.0.11

4

dist/index.es.js

@@ -182,4 +182,4 @@ import React from 'react';

///
var isDevelopmentMode = process !== undefined && process !== null && typeof process === 'object' &&
process.env !== undefined && process.env !== null && typeof process.env === 'object' &&
var isDevelopmentMode = typeof process === 'object' &&
typeof process.env === 'object' &&
process.env.NODE_ENV === 'development';

@@ -186,0 +186,0 @@ var self = Symbol('self');

@@ -188,4 +188,4 @@ 'use strict';

///
var isDevelopmentMode = process !== undefined && process !== null && typeof process === 'object' &&
process.env !== undefined && process.env !== null && typeof process.env === 'object' &&
var isDevelopmentMode = typeof process === 'object' &&
typeof process.env === 'object' &&
process.env.NODE_ENV === 'development';

@@ -192,0 +192,0 @@ var self = Symbol('self');

{
"name": "@hookstate/core",
"version": "3.0.10",
"version": "3.0.11",
"description": "The flexible, fast and extendable state management for React that is based on hooks and state usage tracking.",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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