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

crude-build

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crude-build - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

17

crude-build.js

@@ -61,14 +61,3 @@

if (typeof define === 'function' && define['amd']) {
define([], function() {
return ${moduleName};
});
} else if (typeof exports === 'object') {
Object.defineProperty(${moduleName}, "__esModule", { 'value': true });
${moduleName}['default'] = ${moduleName};
${moduleName}['${moduleName}'] = ${moduleName};
module['exports'] = ${moduleName};
} else {
window['${moduleName}'] = ${moduleName};
}
window['${moduleName}'] = ${moduleName};

@@ -82,6 +71,2 @@ })(this);

if (type === "var") {
str+= "var module;\n";
}
for (let e of externs) {

@@ -88,0 +73,0 @@ switch (type) {

2

package.json
{
"name": "crude-build",
"title": "Crude Build",
"version": "0.0.6",
"version": "0.0.7",
"homepage": "https://github.com/rawify/CrudeBuild.js",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/rawify/CrudeBuild.js/issues",

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