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

atbuild

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atbuild - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

17

dist/webpack-loader/index.js

@@ -20,6 +20,17 @@ "use strict";

var _schema = _interopRequireDefault(require("./schema.json"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
const schema = {
type: "object",
properties: {
typescript: {
type: "boolean"
},
tsconfig: {
type: "object",
additionalProperties: true
}
},
additionalProperties: true
};
let _esbuildInput = {

@@ -130,3 +141,3 @@ format: "cjs",

if (this.getOptions) {
const opts = this.getOptions(_schema.default);
const opts = this.getOptions(schema);

@@ -133,0 +144,0 @@ if (typeof opts.tsconfig === "object") {

2

package.json
{
"name": "atbuild",
"version": "1.2.5",
"version": "1.2.6",
"main": "dist/atbuild.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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