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

create-esm

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-esm - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

main.js

18

package.json
{
"name": "create-esm",
"version": "0.0.1",
"description": "Create ES modules in Node today!",
"version": "1.0.0",
"description": "Create `esm` enabled packages.",
"keywords": "commonjs, ecmascript, export, import, modules, node, require",

@@ -9,17 +9,27 @@ "repository": "standard-things/create-esm",

"author": "John-David Dalton <john.david.dalton@gmail.com>",
"bin": "./bin/create-esm",
"bin": "bin/create-esm",
"main": "index.js",
"engines": {
"node": ">=4"
"node": ">=6"
},
"scripts": {
"lint": "eslint '**/*.js' --fix --quiet",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"esm": "^3.0.0",
"execa": "^0.10.0",
"fs-extra": "^5.0.0"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1"
},
"files": [
"index.js",
"main.js",
"bin/create-esm"
]
}
# create-esm
A package initialization template for [@std/esm](https://github.com/standard-things/esm).
A package initialization template for [`esm`](https://github.com/standard-things/esm).

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