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

fbkt-core

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fbkt-core - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.gitattributes

76

package.json
{
"name": "fbkt-core",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"presets": [
"es2015"
],
"main": "index.js",
"dependencies": {
"axios": "0.14.0",
"bluebird": "3.4.6",
"body-parser": "1.15.2",
"bookshelf": "0.10.1",
"cors": "2.8.1",
"crypto-js": "3.1.6",
"dottie": "1.1.1",
"express": "4.14.0",
"express-graphql": "0.5.4",
"express-json": "1.0.0",
"flyd": "0.2.2",
"graphql": "0.7.2",
"handlebars": "4.0.5",
"httpstream": "0.1.1",
"immutable": "3.8.1",
"js-base64": "2.1.9",
"json-loader": "0.5.4",
"knex": "0.12.6",
"knex-schema": "2.1.1",
"lodash": "4.15.0",
"mocha": "2.5.3",
"moment": "2.15.0",
"node-socrata": "0.0.50",
"node-uuid": "1.4.7",
"passport": "0.3.2",
"passport-http": "0.3.0",
"pg": "6.1.0",
"pluralize": "3.0.0",
"ramda": "0.22.1",
"random-js": "1.0.8",
"recursive-readdir": "^2.1.0",
"rxjs": "5.0.0-beta.12",
"should": "11.1.0",
"socket.io": "1.4.8",
"socket.io-stream": "0.9.0",
"sql-injection": "0.0.5",
"string": "3.3.1",
"transform-loader": "0.2.3",
"uuid-validate": "0.0.2",
"webpack": "1.13.2",
"webworkify-webpack": "1.1.7",
"when": "3.7.7"
},
"devDependencies": {
"babel-core": "6.18.0",
"babel-loader": "6.2.5",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-react-html-attrs": "2.0.0",
"babel-plugin-transform-class-properties": "6.11.5",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-preset-es2015": "6.14.0",
"babel-preset-react": "6.11.1",
"babel-preset-stage-0": "6.5.0",
"babel-cli": "6.16.0",
"babel-preset-react-hmre": "1.1.1",
"mocha": "2.4.5",
"nodejs-dashboard": "0.1.1",
"webpack": "1.13.2",
"webpack-dev-server": "1.15.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node fbktServer fbktPipeOnly.dev runAllUnitTests",
"curTest": "node fbktServer fbktPipeOnly.dev runCurrentUnitTest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"colors": "^1.1.2",
"ramda": "^0.22.1",
"rxjs": "^5.0.0-rc.1"
}
"license": "ISC"
}

1

spec.js
const Rx = require('rxjs');
const fbkt = require('./index');

@@ -4,0 +3,0 @@

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