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

defiler

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

defiler - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# v0.13.1
- Fix `defiler.get` typechecking
# v0.13.0

@@ -2,0 +6,0 @@

@@ -358,2 +358,3 @@ 'use strict';

) {
throw new TypeError('defiler.get: path must be a string or an array of strings')
}

@@ -360,0 +361,0 @@ if (Array.isArray(path$$1)) return Promise.all(path$$1.map(path$$1 => this.get(path$$1)))

@@ -352,2 +352,3 @@ import { readdir, readFile, stat, watch } from 'fs';

) {
throw new TypeError('defiler.get: path must be a string or an array of strings')
}

@@ -354,0 +355,0 @@ if (Array.isArray(path)) return Promise.all(path.map(path => this.get(path)))

2

package.json
{
"name": "defiler",
"version": "0.13.0",
"version": "0.13.1",
"description": "A small, strange building block",

@@ -5,0 +5,0 @@ "keywords": ["build", "framework", "async", "watch"],

Sorry, the diff of this file is not supported yet

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