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

capsule-editor

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capsule-editor - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

dist/src/assets/js/chunk-vendors.8513a2ea.js

2

package.json
{
"name": "capsule-editor",
"version": "0.2.0",
"version": "0.2.1",
"scripts": {

@@ -5,0 +5,0 @@ "serve": "vue-cli-service serve",

@@ -55,4 +55,5 @@ import axios from 'axios';

this.errors = [];
this.response = response = this.option('transformResponse')
? this.callback('transformResponse', response) : response.data;
this.response = response = (
this.option('transformResponse') ? this.callback('transformResponse', response) : response.data
);

@@ -59,0 +60,0 @@ resolve(response);

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