Socket
Socket
Sign inDemoInstall

@radpack/build

Package Overview
Dependencies
18
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

lib/constants/index.js

@@ -6,3 +6,3 @@ "use strict";

});
exports.CHUNK_PATH = exports.SERVER_LIBRARY = exports.CLIENT_LIBRARY = exports.PLUGIN = void 0;
exports.SERVER_LIBRARY = exports.PLUGIN = exports.CLIENT_LIBRARY = exports.CHUNK_PATH = void 0;
const PLUGIN = 'RadpackPlugin';

@@ -9,0 +9,0 @@ exports.PLUGIN = PLUGIN;

@@ -6,2 +6,9 @@ "use strict";

});
Object.defineProperty(exports, "Semver", {
enumerable: true,
get: function () {
return _semver.default;
}
});
exports.constants = void 0;
Object.defineProperty(exports, "createManifest", {

@@ -85,9 +92,2 @@ enumerable: true,

});
Object.defineProperty(exports, "Semver", {
enumerable: true,
get: function () {
return _semver.default;
}
});
exports.constants = void 0;

@@ -94,0 +94,0 @@ var _constants = _interopRequireWildcard(require("./constants"));

{
"name": "@radpack/build",
"version": "1.0.3",
"version": "1.0.4",
"description": "Rapid Application Development Packaging Build Core",

@@ -35,11 +35,11 @@ "main": "./lib/index.js",

"find-up": "^5.0.0",
"semver": "^7.3.5"
"semver": "^7.3.7"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@radpack/core": "^1.0.3",
"@babel/cli": "^7.17.6",
"@radpack/core": "^1.0.4",
"rimraf": "^3.0.2"
},
"license": "MIT",
"gitHead": "b7cdb9988f9f374f920fb593d81a7ca08e64235e"
"gitHead": "bda826562880063765984d870a7365851635120e"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc