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

@derekpitt/fw

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@derekpitt/fw - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

6

dist/view-engine.js

@@ -282,2 +282,8 @@ "use strict";

},
beforeDestroy: function beforeDestroy() {
var detachedFn = this.$data["beforeDetach"];
if (typeof detachedFn === "function") {
detachedFn.apply(this, []);
}
},
destroyed: function destroyed() {

@@ -284,0 +290,0 @@ var detachedFn = this.$data["detached"];

2

package.json
{
"name": "@derekpitt/fw",
"version": "0.3.7",
"version": "0.3.8",
"description": "a class based api for vue2. includes routing and simple DI.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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