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

fbjs

Package Overview
Dependencies
Maintainers
8
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fbjs - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

7

CHANGELOG.md
## [Unreleased]
## 0.3.2 - 2015-01-12
### Added
- Apply appropriate transform (`loose-envify`) when bundling with `browserify`
## 0.3.1 - 2015-10-01
### Fixed

@@ -4,0 +11,0 @@ - Ensure the build completes correctly before packaging

2

flow/include/UserAgentData.js

@@ -20,3 +20,3 @@ /**

* It's likely there will be some differences. Some we can smooth over.
* Others should are going to be harder.
* Others are going to be harder.
*/

@@ -23,0 +23,0 @@

@@ -20,3 +20,3 @@ /**

* It's likely there will be some differences. Some we can smooth over.
* Others should are going to be harder.
* Others are going to be harder.
*/

@@ -23,0 +23,0 @@

{
"name": "fbjs",
"version": "0.3.1",
"version": "0.3.2",
"description": "",

@@ -63,2 +63,3 @@ "main": "index.js",

"core-js": "^1.0.0",
"loose-envify": "^1.0.0",
"promise": "^7.0.3",

@@ -71,3 +72,8 @@ "ua-parser-js": "^0.7.9",

"npm": "2.x"
},
"browserify": {
"transform": [
"loose-envify"
]
}
}
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