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

esmodule-example

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esmodule-example - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

7

lib/example-1.d.ts
declare namespace test {
const version = "1.0.0";
}
declare namespace test {
function a(): number;

@@ -13,5 +16,3 @@ }

}
declare namespace test {
const version = "1.0.0";
}
export default test;
export { test };
{
"name": "esmodule-example",
"version": "0.3.1",
"version": "0.4.0",
"description": "ES Modules example",

@@ -29,8 +29,9 @@ "author": "Fumio Furukawa <fumio@jumilla.me>",

"devDependencies": {
"esmodule-builder": "^0.3.1"
"esmodule-builder": "^0.4.0"
},
"dependencies": {
"esmodule-server": "^0.3.0"
"@syntaxtree/html": "^0.1.1",
"esmodule-server": "^0.4.0"
},
"gitHead": "f46d05a14b23524d84d7e1cfeb6b1ce4ae3e0f50"
"gitHead": "7b6019a3e946efe2fdf06dd9229fcf2ceac3fbd3"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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