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

rapidoc-core

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rapidoc-core - npm Package Compare versions

Comparing version 0.0.1-alfa.2 to 0.0.1-alfa.3

9

package.json
{
"name": "rapidoc-core",
"version": "0.0.1-alfa.2",
"version": "0.0.1-alfa.3",
"description": "",

@@ -16,3 +16,8 @@ "main": "dist/rapidoc-core.js",

"license": "ISC",
"devDependencies": {},
"devDependencies": {
"@babel/core": "^7.9.6",
"babel-loader": "^8.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {

@@ -19,0 +24,0 @@ "lodash": "^4.17.15"

@@ -10,2 +10,11 @@ const path = require('path');

},
module: {
rules: [
{
test: /\.js?$/,
exclude: /(node_modules)/,
use: 'babel-loader',
},
],
},
optimization: {

@@ -12,0 +21,0 @@ minimize: false,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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