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

@scripty/layouts

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scripty/layouts - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "@scripty/layouts",
"version": "0.1.1",
"version": "0.1.2",
"author": "Danijel Garic",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -13,3 +13,3 @@ import { BaseRepository } from './BaseRepository';

try {
const response = await this.model.find(query);
const response = await this.model.findOne(query);
presenter.present({code: READ, response: response});

@@ -16,0 +16,0 @@ } catch (e) {

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