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

fft.js

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fft.js - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

webpack.config.js

10

package.json
{
"name": "fft.js",
"version": "3.1.1",
"version": "3.1.2",
"description": "Fast Fourier Transform (radix-4)",

@@ -10,3 +10,5 @@ "main": "lib/fft.js",

"bench": "cd bench && npm install && node .",
"test": "mocha --reporter=spec test/*-test.js && npm run lint"
"build": "webpack --progress --colors -p",
"test": "mocha --reporter=spec test/*-test.js && npm run lint",
"version": "npm run build && git add dist/"
},

@@ -28,2 +30,6 @@ "repository": {

"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"eslint": "^3.17.0",

@@ -30,0 +36,0 @@ "fft": "^0.2.1",

.npmignore

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