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

@stencil/sass

Package Overview
Dependencies
Maintainers
11
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stencil/sass - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

dist/util.js

@@ -31,3 +31,4 @@ import * as path from 'path';

}
return `@import "${injectGlobalPath}";`;
const importTerminator = renderOpts.indentedSyntax ? '\n' : ';';
return `@import "${injectGlobalPath}"${importTerminator}`;
}).join('');

@@ -34,0 +35,0 @@ renderOpts.data = injectText + renderOpts.data;

{
"name": "@stencil/sass",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -28,14 +28,14 @@ "main": "dist/index.js",

"@stencil/core": "1.0.2",
"@types/jest": "^24.0.11",
"@types/node": "^10.0.0",
"@types/jest": "^24.0.15",
"@types/node": "^12.0.10",
"@types/sass": "^1.16.0",
"jest": "^24.7.1",
"np": "^3.0.4",
"np": "^5.0.3",
"rimraf": "^2.6.3",
"rollup": "^1.10.1",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup": "^1.16.2",
"rollup-plugin-node-resolve": "^5.0.4",
"sass": "^1.19.0",
"tslint": "^5.16.0",
"tslint-ionic-rules": "0.0.19",
"typescript": "^3.4.5"
"typescript": "^3.5.2"
},

@@ -42,0 +42,0 @@ "repository": {

Sorry, the diff of this file is too big to display

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