Socket
Socket
Sign inDemoInstall

scrubbr

Package Overview
Dependencies
67
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

test/recordType.schema.ts

2

dist/Scrubbr.js

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

var typeName = refPath.replace(/#\/definitions\/(.*)/, '$1');
typeName = decodeURI(typeName);
typeName = decodeURIComponent(typeName);
var type = _this.getSchemaFor(typeName);

@@ -456,0 +456,0 @@ if (type) {

{
"name": "scrubbr",
"version": "0.1.0",
"version": "0.1.1",
"description": "Serialize and sanitize JSON data using TypeScript.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/jgillick/scrubbr",

@@ -421,3 +421,3 @@ import * as fs from 'fs';

let typeName = refPath.replace(/#\/definitions\/(.*)/, '$1');
typeName = decodeURI(typeName);
typeName = decodeURIComponent(typeName);
const type = this.getSchemaFor(typeName);

@@ -424,0 +424,0 @@ if (type) {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc