@improved/node
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -1,3 +0,3 @@ | ||
import { strict } from "assert"; | ||
export = strict; | ||
//# sourceMappingURL=assert.d.ts.map | ||
import { strict } from "assert" | ||
export = strict |
@@ -1,4 +0,1 @@ | ||
"use strict"; | ||
const assert_1 = require("assert"); | ||
module.exports = assert_1.strict; | ||
//# sourceMappingURL=assert.js.map | ||
module.exports = require("assert").strict |
import { promises } from "fs"; | ||
export = promises; | ||
//# sourceMappingURL=fs.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@improved/node", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Quickly import from core node modules", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
import { posix } from "path"; | ||
export = posix; | ||
//# sourceMappingURL=path-posix.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
import { win32 } from "path"; | ||
export = win32; | ||
//# sourceMappingURL=path-win32.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -1,3 +0,2 @@ | ||
import { ucs2 } from "punycode"; | ||
export = ucs2; | ||
//# sourceMappingURL=punycode-ucs2.d.ts.map | ||
export function decode(string: string): number[] | ||
export function encode(codePoints: number[]): string |
@@ -1,4 +0,1 @@ | ||
"use strict"; | ||
const punycode_1 = require("punycode"); | ||
module.exports = punycode_1.ucs2; | ||
//# sourceMappingURL=punycode-ucs2.js.map | ||
module.exports = require("punycode").ucs2 |
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
9857
28
170