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

@expandorg/app-utils

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expandorg/app-utils - npm Package Compare versions

Comparing version 0.0.38 to 0.0.39

4

package.json
{
"name": "@expandorg/app-utils",
"version": "0.0.38",
"version": "0.0.39",
"description": "App utils",

@@ -21,3 +21,3 @@ "main": "index.js",

},
"gitHead": "cc087324af490828f2bc39a93579e700f1635803"
"gitHead": "b99b77442c7ff9abd1e042701248bfb2463b30c9"
}
// @flow
import { schema } from 'normalizr';
export const assignmentSchema = new schema.Entity(
'assignments',
{},
{ idAttribute: 'jobId' }
);
export const assignmentSchema = new schema.Entity('assignments');

@@ -10,0 +6,0 @@ export const taskSchema = new schema.Entity('tasks');

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