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

@brainstack/core

Package Overview
Dependencies
Maintainers
3
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brainstack/core - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+2
index.ts
export * from './src/abstraction'
export * from './src/implementation'
+1
-1
{
"name": "@brainstack/core",
"version": "1.0.4",
"version": "1.0.5",
"description": "Your package description",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -1,2 +0,2 @@

import { createCore } from '..';
import { createCore } from '../..';
import { createState } from '@brainstack/state';

@@ -3,0 +3,0 @@ import { createLogger } from '@brainstack/log';

@@ -22,3 +22,3 @@ {

"src"
],
, "index.ts" ],
"exclude":[

@@ -25,0 +25,0 @@ "node_modules"

export * from './abstraction'
export * from './implementation'