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 1.0.0 to 1.0.1

types/index.d.ts

4

CHANGELOG.md

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

# v1.0.1
- Include TypeScript declaration file (`.d.ts`)
# v1.0.0

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

2

dist/index.cjs.js

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

var path = require('path');
var EventEmitter = require('events');

@@ -10,3 +11,2 @@ var fs = require('fs');

var async_hooks = require('async_hooks');
var path = require('path');

@@ -13,0 +13,0 @@ class File {

@@ -0,1 +1,2 @@

import { resolve } from 'path';
import * as EventEmitter from 'events';

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

import { createHook, executionAsyncId } from 'async_hooks';
import { resolve } from 'path';

@@ -8,0 +8,0 @@ class File {

{
"name": "defiler",
"version": "1.0.0",
"version": "1.0.1",
"description": "A small, strange building block",

@@ -11,6 +11,8 @@ "keywords": [

],
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "types/index.d.ts",
"files": [
"dist"
"dist",
"types"
],

@@ -32,2 +34,3 @@ "engines": {

"rollup": "*",
"rollup-plugin-cheap-ts": "Conduitry/rollup-plugin-cheap-ts#semver:*",
"typescript": "*",

@@ -37,3 +40,3 @@ "@types/node": "*"

"scripts": {
"build": "tsc && rollup -c",
"build": "rollup -c",
"dev": "rollup -cw",

@@ -40,0 +43,0 @@ "prepare": "npm run build"

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