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

@scandipwa/csa-generator-extension

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scandipwa/csa-generator-extension - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

index.js

@@ -11,3 +11,3 @@ const path = require('path');

// logger.clear();
const relativePathname = `./${pathname}`;
const relativePathname = `.${ path.sep }${ pathname }`;
logger.logN(`Success! Created ScandiPWA extension "${ logger.style.misc(name) }" at ${ logger.style.file(relativePathname) }!`);

@@ -14,0 +14,0 @@ };

{
"name": "@scandipwa/csa-generator-extension",
"description": "Extension template used by CSA.",
"version": "0.0.9",
"version": "0.0.10",
"main": "index.js",
"license": "OSL-3.0",
"dependencies": {
"@scandipwa/scandipwa-dev-utils": "^0.0.13"
"@scandipwa/scandipwa-dev-utils": "^0.0.14"
},

@@ -13,3 +13,3 @@ "publishConfig": {

},
"gitHead": "739861d9fc7c323622236c9063cc0104e2b0cced"
"gitHead": "ae3579b5ebbe46b07cc723fd38772ce7388c9461"
}
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