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

@improved/node

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@improved/node - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

crypto.d.ts

6

assert.d.ts

@@ -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
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