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

@stylin/msa-loader

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylin/msa-loader - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

dist/index.js

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

const toDTS = Handlebars.compile(template, { noEscape: true });
const toCamelCase = R.pipe(R.toLower, R.replace(/(^\w|[-_][a-z])/g, R.pipe(R.toUpper, R.replace(`-`, ``), R.replace(`_`, ``))));
const toCamelCase = R.replace(/(^\w|[-_][a-z])/g, R.pipe(R.toUpper, R.replace(`-`, ``), R.replace(`_`, ``)));
const pickRawValues = R.applySpec({

@@ -34,0 +34,0 @@ defValue: R.nth(1),

{
"name": "@stylin/msa-loader",
"version": "0.3.0",
"version": "0.3.1",
"description": "Stylin loader module for webpack",

@@ -43,3 +43,3 @@ "license": "MIT",

},
"gitHead": "132c38e58c7319ba7c1d45fb20358db2ac713ae4"
"gitHead": "431e646160501d262573d487825fd4920779b687"
}

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