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

fis-parser-w3c-sm

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-parser-w3c-sm - npm Package Compare versions

Comparing version 0.1.2 to 1.0.0

24

package.json
{
"name": "fis-parser-w3c-sm",
"version": "0.1.2",
"description": "fis插件,用于将w3c标准API替换为神马封装的 API",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test.js"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smocean/fis-parser-w3c-sm.git"
"url": "git+https://github.com/npm/deprecate-holder.git"
},
"keywords": [
"fis",
"plugin"
],
"author": "guomilo <guomilo@gmail.com> (https://github.com/ybbjegj/)",
"license": "MIT",
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/smocean/fis-parser-w3c-sm/issues"
"url": "https://github.com/npm/deprecate-holder/issues"
},
"homepage": "https://github.com/smocean/fis-parser-w3c-sm#readme",
"dependencies": {
"w3c-sm": "0.1.2"
},
"devDependencies": {}
"homepage": "https://github.com/npm/deprecate-holder#readme"
}

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

# fis-parser-w3c-sm
============================
# Deprecated Package
## 安装与使用
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.
全局安装
```bash
npm install fis-parser-w3c-sm -g
```
## 配置
```
fis.config.merge({
modules: { parser: { js: 'w3c-sm' } },
settings: {
parser: {
'w3c-sm': {
patterns: [{
pattern: 'navigator.geolocation.getCurrentPosition',
replacement: 'sm.uc_getCurrentPosition'
}],
exclude: null
}
}
}
});
```
Please contact support@npmjs.com if you have questions about this package.
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