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

@vkontakte/vkjs

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vkontakte/vkjs - npm Package Compare versions

Comparing version 0.25.0 to 0.26.0

lib/es6/getPhotoSize.js

1

lib/es6/index.js

@@ -38,2 +38,3 @@ export { animate, animationEvent, transitionEvent, waitAnimationEnd, cancelWaitAnimationEnd, waitTransitionEnd, cancelWaitTransitionEnd } from './animate';

export { getOffsetRect } from './getOffsetRect';
export { getPhotoSize } from './getPhotoSize';
export { escape, unescape, encodeHTMLEntities, decodeHTMLEntities } from './htmlEntities';

@@ -40,0 +41,0 @@ export { leadingZero, formatNumber } from './numbers';

@@ -14,2 +14,4 @@ export { animate, animationEvent, transitionEvent, waitAnimationEnd, cancelWaitAnimationEnd, waitTransitionEnd, cancelWaitTransitionEnd, } from './animate';

export { getOffsetRect } from './getOffsetRect';
export { getPhotoSize } from './getPhotoSize';
export type { PhotoSizeLike, PhotoSize } from './getPhotoSize';
export { escape, unescape, encodeHTMLEntities, decodeHTMLEntities } from './htmlEntities';

@@ -16,0 +18,0 @@ export { leadingZero, formatNumber } from './numbers';

@@ -210,2 +210,8 @@ "use strict";

});
Object.defineProperty(exports, "getPhotoSize", {
enumerable: true,
get: function get() {
return _getPhotoSize.getPhotoSize;
}
});
Object.defineProperty(exports, "getRandomInt", {

@@ -542,2 +548,3 @@ enumerable: true,

var _getOffsetRect = require("./getOffsetRect");
var _getPhotoSize = require("./getPhotoSize");
var _htmlEntities = require("./htmlEntities");

@@ -544,0 +551,0 @@ var _numbers = require("./numbers");

20

package.json
{
"name": "@vkontakte/vkjs",
"version": "0.25.0",
"version": "0.26.0",
"description": "VK shared JS libs",

@@ -28,4 +28,4 @@ "main": "lib/index.js",

"babel-es6": "cross-env NODE_ENV=production babel --config-file ./babel.es6.config.js src/ --out-dir lib/es6/ --source-maps --extensions .tsx,.jsx,.ts,.js --ignore **/*/__tests__",
"tsc": "cross-env NODE_ENV=production tsc --emitDeclarationOnly --declaration",
"tsc-es6": "cross-env NODE_ENV=production tsc --emitDeclarationOnly --declaration --outDir lib/es6/",
"tsc": "cross-env NODE_ENV=production tsc --project tsconfig.build.json",
"tsc-es6": "cross-env NODE_ENV=production tsc --project tsconfig.build.json --outDir lib/es6/",
"build-cjs": "yarn babel && yarn tsc",

@@ -41,5 +41,15 @@ "build-es6": "yarn babel-es6 && yarn tsc-es6",

"name": "JS",
"path": "lib/index.js",
"gzip": false
},
{
"name": "JS (gzip)",
"path": "lib/index.js"
},
{
"name": "JS (brotli)",
"path": "lib/index.js",
"brotli": true
},
{
"name": "JS ES6",

@@ -111,5 +121,5 @@ "path": "lib/es6/index.js"

"resolutions": {
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0"
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0"
}
}

@@ -75,2 +75,5 @@ export {

export { getPhotoSize } from './getPhotoSize';
export type { PhotoSizeLike, PhotoSize } from './getPhotoSize';
export { escape, unescape, encodeHTMLEntities, decodeHTMLEntities } from './htmlEntities';

@@ -77,0 +80,0 @@

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