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

@alitajs/autils

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alitajs/autils - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

es/internal/nativeRound.d.ts

2

es/round.js

@@ -1,2 +0,2 @@

import nativeRound from './.internal/nativeRound';
import nativeRound from './internal/nativeRound';
/**

@@ -3,0 +3,0 @@ * 对传入的数字按给定的精度返回。

@@ -8,3 +8,3 @@ "use strict";

var _nativeRound = _interopRequireDefault(require("./.internal/nativeRound"));
var _nativeRound = _interopRequireDefault(require("./internal/nativeRound"));

@@ -11,0 +11,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }

{
"name": "@alitajs/autils",
"version": "0.5.0",
"version": "0.5.1",
"description": "Awesome Utils(前端常用工具方法)",

@@ -21,2 +21,4 @@ "repository": "git@github.com:alitajs/autils.git",

"build": "lotus-tools build",
"prepublish": "yarn build",
"publish": "npm publish",
"docs": "ts-node scripts/buildDocs.ts",

@@ -23,0 +25,0 @@ "predeploy": "yarn docs",

Sorry, the diff of this file is not supported yet

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