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

@asset-pipe/css-writer

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asset-pipe/css-writer - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

5

lib/util.js

@@ -13,3 +13,6 @@ 'use strict';

module.exports.identifyCssModule = async function identifyCssModule(filePath) {
const { pkg: { name, version }, path: packagePath } = await readPkgUp({
const {
pkg: { name, version },
path: packagePath,
} = await readPkgUp({
normalize: false,

@@ -16,0 +19,0 @@ cwd: path.dirname(filePath),

34

package.json
{
"name": "@asset-pipe/css-writer",
"version": "2.0.2",
"version": "2.0.3",
"author": "Richard Walker <digitalsadhu@gmail.com>",

@@ -29,21 +29,21 @@ "description": "CSS asset feed writer",

"dependencies": {
"@asset-pipe/common": "^3.0.0",
"postcss": "^6.0.13",
"postcss-import": "^11.0.0",
"read-pkg-up": "^3.0.0"
"@asset-pipe/common": "^3.0.1",
"postcss": "^7.0.7",
"postcss-import": "^12.0.1",
"read-pkg-up": "^4.0.0"
},
"devDependencies": {
"commitizen": "^2.9.6",
"commitizen": "^3.0.5",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^4.9.0",
"eslint-config-finn": "^3.0.0",
"eslint-config-finn-prettier": "^3.0.1",
"eslint-plugin-import": "^2.8.0",
"husky": "^0.14.3",
"jest": "^22.0.4",
"lint-staged": "^7.0.0",
"prettier": "^1.9.2",
"projectz": "^1.4.0",
"semantic-release": "^15.1.4",
"travis-deploy-once": "^4.3.1"
"eslint": "^5.10.0",
"eslint-config-finn": "^3.0.1",
"eslint-config-finn-prettier": "^3.0.2",
"eslint-plugin-import": "^2.14.0",
"husky": "^1.3.0",
"jest": "^23.6.0",
"lint-staged": "^8.1.0",
"prettier": "^1.15.3",
"projectz": "^1.7.3",
"semantic-release": "^15.13.1",
"travis-deploy-once": "^5.0.11"
},

@@ -50,0 +50,0 @@ "scripts": {

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