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

@atlaskit/chunkinator

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/chunkinator - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

dist/es2019/chunkinator.d.ts

1

__tests__/unit/uploadinator.spec.ts

@@ -91,3 +91,2 @@ import { uploadinator } from '../../src/uploadinator';

expect(invocations[2].hash).toBe('baz');
expect(invocations[0].ts / 10).toBeCloseTo(invocations[1].ts / 10, 0.1);
expect(invocations[2].ts).toBeGreaterThan(invocations[0].ts);

@@ -94,0 +93,0 @@ expect(invocations[2].ts).toBeGreaterThan(invocations[1].ts);

# Changelog
## 1.1.1
### Patch Changes
- [`054e719497`](https://bitbucket.org/atlassian/atlassian-frontend/commits/054e719497) - Replace deprecated Media URLs with latest
## 1.1.0

@@ -4,0 +10,0 @@

@@ -5,3 +5,4 @@ {

"module": "../dist/esm/chunkinator.js",
"module:es2019": "../dist/es2019/chunkinator.js",
"types": "../dist/cjs/chunkinator.d.ts"
}
{
"name": "@atlaskit/chunkinator",
"version": "1.1.0",
"version": "1.1.1",
"sideEffects": false
}
{
"name": "@atlaskit/chunkinator",
"version": "1.1.0",
"version": "1.1.1",
"sideEffects": false
}

@@ -5,3 +5,4 @@ {

"module": "../dist/esm/domain.js",
"module:es2019": "../dist/es2019/domain.js",
"types": "../dist/cjs/domain.d.ts"
}
export default {
host: 'https://dt-api.dev.atl-paas.net',
host: 'https://media.dev.atl-paas.net',
clientId: '04dbd4e0-bcf3-4495-800c-1b3b138af9ad',

@@ -4,0 +4,0 @@ token:

@@ -5,3 +5,4 @@ {

"module": "../dist/esm/hashinator.js",
"module:es2019": "../dist/es2019/hashinator.js",
"types": "../dist/cjs/hashinator.d.ts"
}
{
"name": "@atlaskit/chunkinator",
"version": "1.1.0",
"version": "1.1.1",
"description": "Upload large files from the browser with ease",

@@ -11,4 +11,5 @@ "publishConfig": {

"license": "Apache-2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"module:es2019": "dist/es2019/index.js",
"types": "dist/cjs/index.d.ts",

@@ -33,3 +34,3 @@ "sideEffects": false,

"devDependencies": {
"@atlaskit/docs": "^8.5.1",
"@atlaskit/docs": "*",
"@atlaskit/media-test-helpers": "^27.2.0",

@@ -36,0 +37,0 @@ "react": "^16.8.0",

@@ -5,3 +5,4 @@ {

"module": "../dist/esm/probinator.js",
"module:es2019": "../dist/es2019/probinator.js",
"types": "../dist/cjs/probinator.d.ts"
}

@@ -5,3 +5,4 @@ {

"module": "../dist/esm/processinator.js",
"module:es2019": "../dist/es2019/processinator.js",
"types": "../dist/cjs/processinator.d.ts"
}

@@ -5,3 +5,4 @@ {

"module": "../dist/esm/slicenator.js",
"module:es2019": "../dist/es2019/slicenator.js",
"types": "../dist/cjs/slicenator.d.ts"
}

@@ -5,3 +5,4 @@ {

"module": "../dist/esm/uploadinator.js",
"module:es2019": "../dist/es2019/uploadinator.js",
"types": "../dist/cjs/uploadinator.d.ts"
}

@@ -5,3 +5,4 @@ {

"module": "../dist/esm/utils.js",
"module:es2019": "../dist/es2019/utils.js",
"types": "../dist/cjs/utils.d.ts"
}
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