New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@didi-js/lib-didi

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@didi-js/lib-didi - npm Package Compare versions

Comparing version 0.1.0-rc1 to 0.1.0

LICENSE

44

package.json
{
"name": "@didi-js/lib-didi",
"main": "./dist/lib-didi.js",
"version": "0.1.0-rc1",
"description": "lib-didi is the backend to interface with clients. this is the transpiler for JavaScript and Typescript, transforming CommonJS modules into distinct ES Modules.",
"repository": "https://github.com/adam-cyclones/didi",
"author": "Adam Crockett",
"license": "MIT",
"private": false,
"dependencies": {
"@wessberg/cjs-to-esm-transformer": "^0.0.22",
"typescript": "^3.9.5",
"es-module-shims": "^0.4.7",
"mkdirp": "^1.0.4",
"resolve-tree": "^0.1.14",
"xstate": "^4.11.0"
},
"homepage": "https://github.com/adam-cyclones/didi",
"publishConfig": {
"access": "public",
"tag": "next"
}
"name": "@didi-js/lib-didi",
"main": "./src/mod.js",
"license": "MIT",
"description": "lib-didi is the backend to interface with clients. this is the transpiler for JavaScript and Typescript, transforming CommonJS modules into distinct ES Modules.",
"author": "Adam Crockett",
"private": false,
"repository": "https://github.com/adam-cyclones/didi",
"publishConfig": {
"access": "public",
"tag": "next"
},
"dependencies": {
"@wessberg/cjs-to-esm-transformer": "^0.0.22",
"es-module-shims": "^0.4.7",
"mkdirp": "^1.0.4",
"resolve-tree": "^0.1.14",
"typescript": "^3.9.5",
"xstate": "^4.11.0"
},
"devDependencies": {
"@types/node": "^14.0.13"
},
"version": "0.1.0"
}

@@ -1,5 +0,1 @@

# lib-didi
This is the distribution repository for a didi package. If you wish to contribute to the project, please visit the main repository https://github.com/adam-cyclones/didi where source code is freely available under MIT license.
### source
https://github.com/adam-cyclones/didi/tree/master/packages/didi-lib
A generated didi package called @didi-js/lib-didi.
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