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

solarlunar-es

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

solarlunar-es - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/solarlunar.cjs.js

23

package.json
{
"name": "solarlunar-es",
"version": "1.0.1",
"version": "1.0.2",
"description": "一个公历农历转化工具,支持esmodule",
"main": "index.js",
"module": "dist/bundle.esm.js",
"main": "./dist/solarlunar.cjs.js",
"module": "./dist/solarlunar.esm.js",
"types": "./dist/solarlunar.d.ts",
"scripts": {
"build": "rollup -c"
"build": "rollup -c",
"test": "mocha"
},
"files": ["dist"],
"files": [
"dist"
],
"keywords": [

@@ -28,4 +32,11 @@ "solarlunar",

"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^7.0.2"
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"typescript": "^4.5.5"
},
"dependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.1"
}
}
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