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

@ficusjs/core

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ficusjs/core - npm Package Compare versions

Comparing version
3.1.4
to
3.2.0
+5
-0
CHANGELOG.md

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

## [3.2.0] - 2024-10-10
### Updates
- Uplift dev dependencies
## [3.1.4] - 2023-07-31

@@ -9,0 +14,0 @@

+12
-12
{
"name": "@ficusjs/core",
"version": "3.1.4",
"version": "3.2.0",
"description": "Core functions for FicusJS",

@@ -17,3 +17,3 @@ "type": "module",

"dev": "run-p serve open",
"lint": "standard \"./src/**/*.mjs\" \"./test/**/*.mjs\"",
"lint": "standard \"./src/**/*.mjs\" \"./test/unit/**/*.mjs\"",
"open": "open-cli http://127.0.0.1:8080/test/e2e",

@@ -48,16 +48,16 @@ "test": "npm run test:unit && start-server-and-test serve:silent http://127.0.0.1:8080 cy:run",

"devDependencies": {
"@rollup/plugin-terser": "^0.4.3",
"ava": "5.3.1",
"c8": "8.0.1",
"cypress": "12.17.2",
"@rollup/plugin-terser": "^0.4.4",
"ava": "6.1.3",
"c8": "10.1.2",
"cypress": "13.15.0",
"http-server": "14.1.1",
"jsdom": "22.1.0",
"jsdom": "25.0.1",
"node-sessionstorage": "1.0.0",
"npm-run-all": "4.1.5",
"open-cli": "7.2.0",
"rollup": "3.27.0",
"open-cli": "8.0.0",
"rollup": "4.24.0",
"rollup-plugin-filesize": "10.0.0",
"sinon": "15.2.0",
"standard": "16.0.4",
"start-server-and-test": "2.0.0"
"sinon": "19.0.2",
"standard": "17.1.2",
"start-server-and-test": "2.0.8"
},

@@ -64,0 +64,0 @@ "exports": {

{
"reject": ["standard"]
}