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

quokka-atom

Package Overview
Dependencies
Maintainers
1
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quokka-atom - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "quokka-atom",
"version": "1.0.3",
"version": "1.0.4",
"main": "./index.js",

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

@@ -5,10 +5,10 @@ const path = require('path');

download(`https://wallabyjs.gallery.vsassets.io/_apis/public/gallery/publisher/WallabyJs/extension/quokka-vscode/1.0.55/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage`, 'build', {extract: true}).then(function () {
del([
path.join(__dirname, '../build/*.*'),
'!' + path.join(__dirname, '../build/*.js'),
path.join(__dirname, '../build/extension/*.*'),
path.join(__dirname, '../build/extension/dist/*.*'),
path.join(__dirname, '../build/extension/images')
]);
});
// download(`https://wallabyjs.gallery.vsassets.io/_apis/public/gallery/publisher/WallabyJs/extension/quokka-vscode/1.0.55/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage`, 'build', {extract: true}).then(function () {
// del([
// path.join(__dirname, '../build/*.*'),
// '!' + path.join(__dirname, '../build/*.js'),
// path.join(__dirname, '../build/extension/*.*'),
// path.join(__dirname, '../build/extension/dist/*.*'),
// path.join(__dirname, '../build/extension/images')
// ]);
// });
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