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

@untool/react

Package Overview
Dependencies
Maintainers
4
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@untool/react - npm Package Compare versions

Comparing version 1.8.3 to 1.9.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.9.0](https://github.com/untool/untool/compare/v1.8.3...v1.9.0) (2019-06-17)
### Bug Fixes
* **react:** rely on webpack to sort chunks correctly ([c11a85e](https://github.com/untool/untool/commit/c11a85e))
## [1.8.3](https://github.com/untool/untool/compare/v1.8.2...v1.8.3) (2019-05-13)

@@ -8,0 +19,0 @@

6

lib/assets.js

@@ -11,7 +11,3 @@ 'use strict';

);
return [
...vendorFiles.sort((a, b) => b.localeCompare(a)),
...moduleFiles.sort((a, b) => b.localeCompare(a)),
...entryFiles.sort((a, b) => b.localeCompare(a)),
]
return [...vendorFiles, ...moduleFiles, ...entryFiles]
.filter(

@@ -18,0 +14,0 @@ (asset, index, self) =>

{
"name": "@untool/react",
"version": "1.8.3",
"version": "1.9.0",
"description": "untool react mixin",

@@ -23,3 +23,3 @@ "browser": "lib/runtime.js",

"@babel/preset-react": "^7.0.0",
"@untool/core": "^1.8.3",
"@untool/core": "^1.9.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.19",

@@ -43,3 +43,3 @@ "clone": "^2.1.2",

},
"gitHead": "1d8e2c73d0b2d395ec4c88857ff6ba4056b2c73e"
"gitHead": "22b23a7628535bfd4d5cf20cc8179241d48d6c6c"
}
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