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

bee-anchor

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bee-anchor - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

build/Anchor.js

@@ -37,3 +37,3 @@ 'use strict';

selector: _propTypes2["default"].string.isRequired, //选择器
offset: _propTypes2["default"].func, //偏移量
offset: _propTypes2["default"].any, //偏移量
navClass: _propTypes2["default"].string, //当前被激活锚点新增的类名

@@ -40,0 +40,0 @@ contentClass: _propTypes2["default"].string, //当前被激活的区域

@@ -0,1 +1,11 @@

<a name="0.0.3"></a>
## [0.0.3](https://github.com/tinper-bee/bee-anchor/compare/v0.0.2...v0.0.3) (2019-04-16)
### Bug Fixes
* **bee-anchor:** 警告 ([3b5882a](https://github.com/tinper-bee/bee-anchor/commit/3b5882a))
<a name="0.0.2"></a>

@@ -2,0 +12,0 @@ ## [0.0.2](https://github.com/tinper-bee/bee-anchor/compare/v0.0.1...v0.0.2) (2019-03-29)

{
"name": "bee-anchor",
"version": "0.0.2",
"version": "0.0.3",
"description": "Anchor ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

@@ -8,3 +8,3 @@ import React, { Component } from 'react';

selector:PropTypes.string.isRequired,//选择器
offset:PropTypes.func,//偏移量
offset:PropTypes.any,//偏移量
navClass:PropTypes.string,//当前被激活锚点新增的类名

@@ -11,0 +11,0 @@ contentClass:PropTypes.string,//当前被激活的区域

Sorry, the diff of this file is too big to display

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