New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@baklavajs/core

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@baklavajs/core - npm Package Compare versions

Comparing version 1.9.1 to 2.0.1-next.0

dist/cjs/connection.js

48

package.json
{
"name": "@baklavajs/core",
"version": "1.9.1",
"version": "2.0.1-next.0+e58f3bd",
"description": "Core logic of BaklavaJS, a graph editor / node editor for the web",

@@ -9,10 +9,13 @@ "author": "newcat <freddy.wagner@web.de>",

"files": [
"dist/**/!(report.html)"
"dist/*"
],
"main": "dist/index.js",
"types": "dist/baklavajs-core/src/index.d.ts",
"main": "dist/cjs/index.js",
"types": "dist/index.d.ts",
"module": "dist/esm/index.js",
"scripts": {
"build": "webpack",
"test": "mocha -r @ts-tools/node/r \"test/**/*.spec.ts\"",
"docs": "typedoc --json ../../docs/api/core.json --options ../../typedoc.json"
"build:esm": "tsc --declaration false --outDir dist/esm --module esnext",
"build:cjs": "tsc --declaration false --outDir dist/cjs",
"build:declaration": "tsc --emitDeclarationOnly --outDir dist",
"build": "rimraf dist && yarn run build:esm && yarn run build:cjs && yarn run build:declaration",
"test": "mocha -r ts-node/register \"test/**/*.spec.ts\""
},

@@ -27,19 +30,18 @@ "repository": {

"dependencies": {
"@baklavajs/events": "^1.8.2"
"@baklavajs/events": "^2.0.1-next.0+e58f3bd",
"uuid": "^8.3.2"
},
"devDependencies": {
"@ts-tools/node": "^2.1.1",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/sinon": "^9.0.10",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
"mocha": "^8.2.1",
"sinon": "^9.2.4",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^4.42.1",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.4.0",
"webpack-merge": "^4.2.2"
"@types/chai": "^4.2.22",
"@types/lodash.mapvalues": "^4.6.6",
"@types/mocha": "^9.0.0",
"@types/sinon": "^10.0.4",
"@types/uuid": "^8.3.1",
"chai": "^4.3.4",
"mocha": "^9.1.2",
"rimraf": "^3.0.2",
"sinon": "^11.1.2",
"ts-node": "^10.2.0",
"typedoc": "^0.22.4",
"typescript": "^4.3.5"
},

@@ -49,3 +51,3 @@ "publishConfig": {

},
"gitHead": "16ba1018c9a96e94e7596944218729faf228ce1d"
"gitHead": "e58f3bdae14afff45c62291ac7ed3f96aca9680b"
}

@@ -0,0 +0,0 @@ # `baklavajs-core`

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc