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.1
to
1.1.0
+6
-0
CHANGELOG.md

@@ -7,2 +7,8 @@ # Changelog

## [1.1.0] - 2021-10-20
### Updates
- Add `sideEffects` to package.json
- Uplift devDependencies
## [1.0.1] - 2021-05-01

@@ -9,0 +15,0 @@

+4
-3
{
"name": "@ficusjs/testing",
"version": "1.0.1",
"version": "1.1.0",
"description": "Helper functions for component testing",

@@ -9,2 +9,3 @@ "type": "module",

"types": "types/index.d.ts",
"sideEffects": false,
"scripts": {

@@ -30,6 +31,6 @@ "lint": "standard \"src/**/*.js\""

"dependencies": {
"jsdom": "16.5.2"
"jsdom": "18.0.0"
},
"devDependencies": {
"standard": "16.0.3"
"standard": "16.0.4"
},

@@ -36,0 +37,0 @@ "exports": {