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

surplus-loader

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

surplus-loader - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

README.md

2

index.js

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

module.exports = function preprocess(content) {
return preprocessor.preprocess(content, { exec: 'S', jsx: true });
return preprocessor.preprocess(content, { });
};
{
"name": "surplus-loader",
"version": "0.4.2",
"version": "0.4.3",
"description": "Webpack loader for Surplus.js applications",

@@ -9,4 +9,4 @@ "main": "index.js",

},
"dependencies": {
"surplus-preprocessor": "^0.4.1"
"peerDependencies": {
"surplus-preprocessor": "^0.4.3"
},

@@ -16,2 +16,3 @@ "keywords": [

"webpack",
"loader",
"JSX",

@@ -18,0 +19,0 @@ "DOM"

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