Comparing version 1.0.0 to 1.1.0
@@ -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 = { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
56372
3
1243
2
1