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

fbp-graph

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fbp-graph - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

spec/Graph.ts

14

karma.config.js

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

const webpack = require('webpack');
module.exports = (config) => {

@@ -12,6 +13,15 @@ const configuration = {

files: [
'browser/fbp-graph.js',
'spec/utils/inject.js',
'spec/*.js',
],
preprocessors: {
'spec/*.js': ['webpack'],
},
webpack: {
plugins: [
new webpack.IgnorePlugin(/tv4/),
],
node: {
fs: 'empty',
},
},
browsers: ['ChromeHeadless'],

@@ -18,0 +28,0 @@ logLevel: config.LOG_WARN,

43

package.json
{
"name": "fbp-graph",
"version": "0.5.0",
"version": "0.6.0",
"description": "JavaScript FBP graph library",
"main": "index.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"pretest": "eslint *.js lib/*.js spec/*.js",
"test": "nyc grunt test"
"build": "tsc && tsc -p spec",
"pretest": "npm run build",
"test:node": "nyc mocha spec/*.js",
"test:browser": "karma start karma.config.js",
"test": "npm run test:node && npm run test:browser"
},

@@ -28,18 +32,8 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-loader": "^8.0.4",
"@types/chai": "^4.2.14",
"@types/clone": "^2.1.0",
"@types/mocha": "^8.0.3",
"@types/node": "^14.14.2",
"chai": "^4.0.1",
"coveralls": "^3.0.0",
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-chai": "0.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"fbp-loader": "^0.1.1",
"grunt": "^1.0.1",
"grunt-karma": "^4.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-noflo-browser": "^2.0.2",
"json-loader": "^0.5.4",
"events": "^3.2.0",
"karma": "^5.2.3",

@@ -50,12 +44,10 @@ "karma-chai": "^0.1.0",

"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^4.0.2",
"mocha": "^8.1.3",
"noflo-component-loader": "^0.3.5",
"noflo-webpack-config": "^2.0.3",
"nyc": "^15.1.0",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
"typescript": "^4.0.3",
"webpack": "^4.44.2"
},
"dependencies": {
"clone": "^2.1.0",
"deep-eql": "^4.0.0",
"fbp": "^1.6.0"

@@ -66,4 +58,5 @@ },

"lib/*.js"
]
],
"sourceMap": false
}
}

@@ -30,2 +30,4 @@ FBP Graph library for JavaScript

* 0.6.0 (October 26th 2020)
- Now shipping with TypeScript definitions
* 0.5.0 (October 23rd 2020)

@@ -32,0 +34,0 @@ - Converted from CoffeeScript to modern JavaScript

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