New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@ficusjs/testing

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ficusjs/testing - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+13
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.1] - 2021-05-01
- Fix missing global Node
## [1.0.0] - 2021-04-20
- Initial release
+1
-1
{
"name": "@ficusjs/testing",
"version": "1.0.0",
"version": "1.0.1",
"description": "Helper functions for component testing",

@@ -5,0 +5,0 @@ "type": "module",

@@ -6,2 +6,3 @@ import { JSDOM } from 'jsdom'

globalThis.dom = dom
globalThis.Node = dom.Node
globalThis.window = dom.window

@@ -8,0 +9,0 @@ globalThis.document = dom.window.document