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

bullet

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bullet - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.yarn/install-state.gz

4

package.json
{
"name": "bullet",
"version": "0.0.2",
"version": "0.0.3",
"exports": "./bullet.js",

@@ -22,2 +22,2 @@ "types": "./bullet.d.ts",

}
}
}

@@ -101,3 +101,3 @@ import { createSlice, nanoid } from "@reduxjs/toolkit";

this.Slice = this.constructor;
this.schema = new Schema(this.Slice.attributes);
this.schema = new Schema(this.Slice.schema);
this.attrs = this.schema.deserialize(this.schema.fill(attrs));

@@ -104,0 +104,0 @@ for (const name of this.schema.names) {

@@ -6,3 +6,3 @@ import "./test-helper.js";

class Book extends Entity {
static attributes = {
static schema = {
title: { type: String, default: "Untitled" },

@@ -9,0 +9,0 @@ pageCount: { type: Number, default: 0 },

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