Socket
Socket
Sign inDemoInstall

react-script

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-script - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

lib/react-script.js

@@ -9,3 +9,3 @@ // Generated by CoffeeScript 1.9.1

is_plainish_object = function(o) {
return (o != null) && typeof o === "object" && !((o.length != null) || React.isValidElement(o));
return (o != null) && typeof o === "object" && !(o instanceof Array || React.isValidElement(o));
};

@@ -12,0 +12,0 @@

{
"name": "react-script",
"version": "1.3.0",
"version": "1.3.1",
"description": "Elegant DSL for React",

@@ -5,0 +5,0 @@ "keywords": [

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