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

classpass

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

classpass - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

dist/validate.js

@@ -21,3 +21,3 @@ "use strict";

let data = Reflect.getMetadata(exports.ATTRS_META_KEY, model);
for (let key in model) {
for (let key in data) {
if (model[key] === undefined) {

@@ -24,0 +24,0 @@ continue;

{
"name": "classpass",
"version": "0.1.8",
"version": "0.1.9",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "bugs": "https://github.com/sorakthunly/classpass/issues",

@@ -22,3 +22,3 @@ import 'reflect-metadata';

for (let key in model) {
for (let key in data) {
if (model[key] === undefined) {

@@ -25,0 +25,0 @@ continue;

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