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

extem

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extem - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

lib/index.d.ts

@@ -1,1 +0,3 @@

declare let Workbook: any;
import Workbook from './Workbook';
export { Workbook, Workbook as Extem };
export default Workbook;

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

var Workbook = require('./Workbook');
module.exports = Workbook;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Workbook_1 = require("./Workbook");
exports.Workbook = Workbook_1.default;
exports.Extem = Workbook_1.default;
exports.default = Workbook_1.default;
{
"name": "extem",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

@@ -9,6 +9,7 @@ "main": "./lib/index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "tsc"
"prepublish": "tsc"
},
"author": "",
"license": "ISC",
"repository": "https://github.com/nlcamarillo/extem",
"author": "Rikkert Koppes <rikkert@camarillo.nl",
"license": "BSD-2-Clause",
"dependencies": {

@@ -24,5 +25,4 @@ "dateformat": "^3.0.2",

"@types/node": "^8.0.57",
"@types/ramda": "^0.25.8",
"@types/xmldom": "^0.1.29"
}
}

@@ -15,3 +15,3 @@ # Extem

let Extem = require('extem');
let { Extem } = require('extem');

@@ -18,0 +18,0 @@ let myData = {

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