Comparing version 5.1.5 to 5.1.6
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports["default"] = void 0; | ||
var _main = _interopRequireDefault(require("./main")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } | ||
var _default = _main["default"]; | ||
exports["default"] = _default; | ||
module.exports = exports.default; | ||
module.exports = require("./main"); |
{ | ||
"name": "meyda", | ||
"version": "5.1.5", | ||
"version": "5.1.6", | ||
"description": "Real-time feature extraction for the web audio api", | ||
@@ -5,0 +5,0 @@ "main": "./dist/node/main.js", |
@@ -1,2 +0,1 @@ | ||
import main from "./main"; | ||
export default main; | ||
module.exports = require("./main"); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
649567
8623