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.17.0 to 0.17.1

4

CHANGELOG.md

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

# v0.17.1
- Fix incorrect dependence relationships being made in certain cases.
# v0.17.0

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

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

async [_callTransform](file, event) {
await null;
create(file.path);

@@ -587,2 +588,3 @@ try {

const generator = this[_generators].get(symbol);
await null;
create(symbol);

@@ -589,0 +591,0 @@ try {

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

async [_callTransform](file, event) {
await null;
create(file.path);

@@ -583,2 +584,3 @@ try {

const generator = this[_generators].get(symbol);
await null;
create(symbol);

@@ -585,0 +587,0 @@ try {

2

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -14,2 +14,6 @@ # Defiler: A small, strange building block.

## Compatibility note
Pending [this issue](https://github.com/nodejs/node/issues/20274), this library will not work on Node 10.
## Documentation

@@ -16,0 +20,0 @@

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