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

dx-lib

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dx-lib - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "dx-lib",
"version": "0.1.2",
"version": "0.1.3",
"description": "dx fe lib",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -21,2 +21,20 @@ # dx-lib

* [Promise](doc/Promise.md)
* [Events](doc/Events.md)
* [Events](doc/Events.md)
## .babelrc
不加入到提交,因为会影响引用时的打包
```
{
"presets": [
["@babel/preset-env", {
"targets": {
"browsers": ["last 2 versions", "safari >= 7"],
"node": true
}
}]
],
"plugins": []
}
```

@@ -29,3 +29,3 @@ import puppeteer from 'puppeteer'

t.truthy(state === 2)
t.truthy(state === 1)
})

@@ -32,0 +32,0 @@

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