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

parcel-codegen-loader

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parcel-codegen-loader - npm Package Compare versions

Comparing version 2.1.0-pre.9 to 2.1.0

4

lib/index.js

@@ -35,3 +35,3 @@ var __create = Object.create;

module.exports = __toCommonJS(index_exports);
var validateOptions = __toESM(require("schema-utils"));
var import_schema_utils = __toESM(require("schema-utils"));
var import_loader_utils = require("loader-utils");

@@ -124,3 +124,3 @@

const options = (0, import_loader_utils.getOptions)(this);
validateOptions(schema, options, {
(0, import_schema_utils.default)(schema, options, {
name: "Codegen Loader",

@@ -127,0 +127,0 @@ baseDataPath: "options"

{
"name": "parcel-codegen-loader",
"version": "2.1.0-pre.9",
"version": "2.1.0",
"description": "A plugin for Webpack (v4 and higher) to generate useful modules at bundle-time.",

@@ -44,6 +44,6 @@ "source": "src/index.ts",

"devDependencies": {
"codegen-lib": "2.1.0-pre.9",
"codegen-lib": "^2.1.0",
"webpack": "^5.97.1"
},
"gitHead": "ef5fb012ae04742eb46e7b85fb6b2d43249262b1"
"gitHead": "7f623fa40a8f5742464b8e36dde897e96f8c4367"
}

@@ -1,2 +0,2 @@

import * as validateOptions from 'schema-utils';
import validateOptions from 'schema-utils';
import { getOptions } from 'loader-utils';

@@ -3,0 +3,0 @@ import { createCodegenHost } from 'codegen-lib';

Sorry, the diff of this file is not supported yet

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