Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

docula-core

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docula-core - npm Package Compare versions

Comparing version 1.1.3 to 1.1.5

src/config.js

29

package.json
{
"name": "docula-core",
"version": "1.1.3",
"version": "1.1.5",
"description": "Core functions of Docula project",
"license": "Apache-2.0",
"main": "./dist/docula.bundle.js",
"main": "./src/docula.js",
"scripts": {
"watch": "./node_modules/webpack/bin/webpack.js --debug --watch",
"prepublish": "./node_modules/webpack/bin/webpack.js -p",
"pretest": "./node_modules/webpack/bin/webpack.js --config webpack.test.config.js",
"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha --require source-map-support/register --reporter spec dist/test.bundle.js"
"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha --reporter spec --recursive test"
},
"directories": {
"lib": "./dist"
"lib": "./src"
},
"engines": {
"node": ">=5.9.1"
"node": ">=7.6.0"
},
"dependencies": {
"babel-eslint": "^7.1.1",
"elasticsearch": "^11.0.1",

@@ -31,10 +29,2 @@ "fakeredis": "^1.0.3",

"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-eslint": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",

@@ -44,3 +34,2 @@ "browserify": "^13.0.1",

"eslint": "^3.2.2",
"eslint-loader": "^1.5.0",
"eslint-config-airbnb": "^10.0.0",

@@ -51,2 +40,3 @@ "eslint-plugin-import": "^1.13.0",

"eslintify": "^2.1.0",
"fs-extra": "^0.30.0",
"mocha": "^2.5.3",

@@ -57,7 +47,4 @@ "mocha-circleci-reporter": "0.0.1",

"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"webpack": "^1.13.2",
"webpack-node-externals": "^1.3.3",
"fs-extra": "^0.30.0"
"watchify": "^3.7.0"
}
}

Sorry, the diff of this file is not supported yet

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