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

es-fresh

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-fresh - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

70

package.json
{
"name": "es-fresh",
"description": "fresh rewrite in TypeScript with ESM and CommonJS targets",
"version": "0.0.2",
"repository": "https://github.com/talentlessguy/es-fresh.git",
"engines": {
"node": ">=13"
},
"files": [
"dist",
"src"
],
"author": "talentlessguy <pilll.PL22@gmail.com>",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json",
"./": "./"
},
"devDependencies": {
"@types/node": "^14.0.22",
"rollup": "^2.21.0",
"rollup-plugin-typescript2": "^0.27.1",
"typescript": "^3.9.6"
},
"scripts": {
"build": "rollup -c",
"prepare": "pnpm build"
}
"name": "es-fresh",
"description": "fresh rewrite in TypeScript with ESM and CommonJS targets",
"version": "0.0.3",
"repository": "https://github.com/talentlessguy/es-fresh.git",
"engines": {
"node": ">=13"
},
"files": [
"dist",
"src"
],
"author": "talentlessguy <pilll.PL22@gmail.com>",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json",
"./": "./"
},
"devDependencies": {
"@types/node": "^14.0.22",
"rollup": "^2.21.0",
"rollup-plugin-typescript2": "^0.27.1",
"typescript": "^3.9.6"
},
"scripts": {
"build": "rollup -c",
"prepare": "pnpm build"
}
}
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