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

postcss-smart-asset

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-smart-asset - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

lib/index.cjs.js

@@ -1,2 +0,2 @@

/*! postcss-smart-asset v1.0.2 by Sebastian Software <s.werner@sebastian-software.de> */
/*! postcss-smart-asset v1.0.3 by Sebastian Software <s.werner@sebastian-software.de> */
'use strict';

@@ -153,3 +153,3 @@

return Promise.resolve(cpFile(file.path, newAssetPath, {
overwrite: false
overwrite: true
})).then(function () {

@@ -156,0 +156,0 @@ try {

@@ -1,2 +0,2 @@

/*! postcss-smart-asset v1.0.2 by Sebastian Software <s.werner@sebastian-software.de> */
/*! postcss-smart-asset v1.0.3 by Sebastian Software <s.werner@sebastian-software.de> */
import 'core-js/modules/es.array.iterator';

@@ -148,3 +148,3 @@ import 'core-js/modules/es.object.to-string';

return Promise.resolve(cpFile(file.path, newAssetPath, {
overwrite: false
overwrite: true
})).then(function () {

@@ -151,0 +151,0 @@ try {

{
"name": "postcss-smart-asset",
"version": "1.0.2",
"version": "1.0.3",
"description": "PostCSS plugin to rebase or inline on url().",

@@ -37,25 +37,25 @@ "keywords": [

"dependencies": {
"asset-hash": "^3.0.3",
"core-js": "^3.5.0",
"cp-file": "^7.0.0",
"asset-hash": "^3.0.4",
"core-js": "^3.6.4",
"cp-file": "^9.0.0",
"mime": "^2.4.4",
"minimatch": "^3.0.4",
"pify": "^4.0.1",
"postcss": "^7.0.24"
"pify": "^5.0.0",
"postcss": "^7.0.27"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@effective/eslint-config": "^1.4.0",
"@babel/core": "^7.9.0",
"@effective/eslint-config": "^2.2.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"babel-preset-edge": "^5.5.0",
"eslint": "^6.7.2",
"husky": "^3.1.0",
"jest-cli": "^24.9.0",
"lint-staged": "^9.5.0",
"babel-jest": "^25.2.4",
"babel-preset-edge": "^5.5.1",
"eslint": "^6.8.0",
"husky": "^4.2.3",
"jest-cli": "^25.2.4",
"lint-staged": "^10.1.0",
"postcss-import": "^12.0.1",
"preppy": "^9.3.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"typescript": "^3.7.3"
"preppy": "^10.1.0",
"prettier": "^2.0.2",
"rimraf": "^3.0.2",
"typescript": "^3.8.3"
},

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

@@ -293,2 +293,2 @@ # PostCSS Smart Asset<br/>[![Sponsored by][sponsor-img]][sponsor] [![Version][npm-version-img]][npm] [![Downloads][npm-downloads-img]][npm] [![Build Status Unix][travis-img]][travis] [![Build Status Windows][appveyor-img]][appveyor] [![Dependencies][deps-img]][deps]

Copyright 2014<br/>Maxime Thirouin<br/><br/>
Copyright 2017-2019<br/>[Sebastian Software GmbH](http://www.sebastian-software.de)
Copyright 2017-2020<br/>[Sebastian Software GmbH](http://www.sebastian-software.de)

Sorry, the diff of this file is not supported yet

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