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.1.0 to 0.1.1

2

dist/index.js

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

}
const parseCommentOnly = R.pipe(R.replace(/@\w+[:\s]+(\w+)/g, ``), R.when(R.includes(`{`), R.replace(/\{\s*(\n|\r|.)+?\}/gm, R.replace(/\n|\r/g, ``))), parseComment);
const parseCommentOnly = R.pipe(R.replace(/@\w+[:\s]+(\w+)/g, ``), R.when(R.includes(`{`), R.replace(/\n|\r/g, ` `)), parseComment);
function parseComments(text) {

@@ -99,0 +99,0 @@ const reComment = /\/\*+((\r|\n|.[^*])+)\*+\/[\n\r]+\.([\w-]+)/gm;

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

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

},
"gitHead": "82824a380f9f5754974a579f9e8a07ba9f5ce9dd"
"gitHead": "0c908a5f4fd303ebf6e2fd84255b4dfbc75ffe87"
}

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