Huge News!Announcing our $40M Series B led by Abstract Ventures.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.19 to 0.0.1-alfa.20

16

dist/rapidoc-core.js

@@ -1,3 +0,12 @@

module.exports =
/******/ (function(modules) { // webpackBootstrap
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
else {
var a = factory();
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
}
})(window, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache

@@ -1679,2 +1688,3 @@ /******/ var installedModules = {};

/***/ })
/******/ ]);
/******/ ]);
});

4

package.json
{
"name": "rapidoc-core",
"version": "0.0.1-alfa.19",
"version": "0.0.1-alfa.20",
"description": "",

@@ -18,2 +18,3 @@ "main": "dist/rapidoc-core.js",

"@babel/core": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.9.6",
"babel-loader": "^8.1.0",

@@ -24,4 +25,5 @@ "webpack": "^4.43.0",

"dependencies": {
"@babel/runtime": "^7.9.6",
"@popeindustries/lit-html-server": "^3.1.0"
}
}

@@ -8,3 +8,3 @@ const path = require('path');

filename: 'rapidoc-core.js',
libraryTarget: 'commonjs2',
libraryTarget: 'umd',
},

@@ -11,0 +11,0 @@ node: {

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