Socket
Socket
Sign inDemoInstall

@technik-sde/foxy

Package Overview
Dependencies
Maintainers
43
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@technik-sde/foxy - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/AnyObject.d.ts

8

package.json
{
"name": "@technik-sde/foxy",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "dist/foxy.js",
"types": "dist/foxy.d.ts",
"types": "dist/index.d.ts",
"scripts": {

@@ -28,3 +28,2 @@ "build": "rm -rf dev; webpack",

"@typescript-eslint/parser": "2.21.0",
"declaration-bundler-webpack-plugin": "smol/declaration-bundler-webpack-plugin",
"eslint": "6.8.0",

@@ -44,4 +43,3 @@ "eslint-plugin-array-func": "3.1.4",

"webpack-cli": "3.3.11"
},
"dependencies": {}
}
}
{
"compilerOptions": {
"declaration": false,
"outDir": "./ts/",
"outDir": "./dist/",
"module": "es2015",

@@ -6,0 +6,0 @@ "target": "es2015",

const path = require("path"); // eslint-disable-line
const TerserPlugin = require("terser-webpack-plugin"); // eslint-disable-line
const PRODUCTION = process.env.NODE_ENV === "production";
const DeclarationBundlerPlugin = require("declaration-bundler-webpack-plugin"); // eslint-disable-line

@@ -47,9 +46,2 @@ const config = {

plugins: [
new DeclarationBundlerPlugin({
moduleName: "foxy",
out: "./foxy.d.ts"
})
],
optimization: {

@@ -56,0 +48,0 @@ minimizer: [new TerserPlugin()]

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