Socket
Socket
Sign inDemoInstall

fbjs-scripts

Package Overview
Dependencies
121
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [3.0.1] - 2021-10-22
### Fixed
- Fixed issue preventing compatibility with Jest v27 cache key (#408)
## [3.0.0] - 2020-10-07

@@ -2,0 +8,0 @@

2

jest/createCacheKeyFunction.js

@@ -35,2 +35,4 @@ /**

return (src, file, configString, options) => {
// Jest 27 passes a single options bag which contains `configString` rather than as a separate argument
options = options || configString;
const {instrument, config} = options;

@@ -37,0 +39,0 @@ const rootDir = config && config.rootDir;

2

package.json
{
"name": "fbjs-scripts",
"version": "3.0.0",
"version": "3.0.1",
"description": "A bundle of helpful scripts used in projects consuming fbjs.",

@@ -5,0 +5,0 @@ "repository": "facebook/fbjs",

{
"core-js/es/map": "core-js/es/map",
"core-js/es/set": "core-js/es/set",
"core-js/library/es6/map": "core-js/library/es6/map",
"core-js/library/es6/set": "core-js/library/es6/set",
"cross-fetch": "cross-fetch",

@@ -7,0 +3,0 @@ "fbjs-css-vars": "fbjs-css-vars",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc