
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@devlander/rawstack-core
Advanced tools
Core API connector package with shared business logic for the RawStack platform. This package contains all the shared functionality that works across all platforms.
This is a private package that is not published to npm. It's designed for internal use within the RawStack development workspace.
✅ Build System: Working (Rollup + TypeScript)
✅ Tests: 148/148 tests passing
✅ TypeScript: ES2022 target, no type errors
✅ Examples: Working integration examples
✅ Git: Repository synchronized
Since this is a private package, it should be used as a local dependency in your workspace:
# In your project's package.json, reference it locally:
"dependencies": {
"@devlander/rawstack-core": "file:../core"
}
import { ApiServiceManager } from '@devlander/rawstack-core'
const apiManager = new ApiServiceManager({
baseUrl: 'https://api.therawoutdoors.com',
tokenKey: 'auth-token',
keyIdentifier: 'test-key',
saveToStorage: (key, value) => { /* your storage implementation */ },
getFromStorage: (key) => { /* your storage implementation */ },
removeFromStorage: (key) => { /* your storage implementation */ }
})
The main class for managing API services and endpoints.
userServices - User management endpointsvideoServices - Video content endpoints (v1, v2, enhanced)producerServices - Producer management endpointssearchServices - Search functionality (v1, v2)authServicesV2 - Authentication endpointsgearServices - Gear and equipment endpointsstripeServices - Payment and subscription endpointsgalleryServices - Gallery and media endpoints# Install dependencies
npm install
# Run tests
npm test # Core tests
npm run test:examples # Example tests
npm run test:all # All tests
# Build the package
npm run build # Build CJS, ESM, and types
npm run clean # Clean build artifacts
# Type checking
npm run type-check # TypeScript validation
The build process generates:
dist/cjs/ - CommonJS modulesdist/esm/ - ES Modulesdist/types/ - TypeScript declaration filesISC
FAQs
Core API connector package with shared business logic
We found that @devlander/rawstack-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.