Socket
Socket
Sign inDemoInstall

ses

Package Overview
Dependencies
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ses - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

dist/ses.cjs.js

22

package.json
{
"name": "ses",
"version": "0.4.0",
"version": "0.5.0",
"description": "Secure ECMAScript",
"main": "src/commonjs-index.js",
"module": "src/index.js",
"main": "dist/ses.cjs.js",
"module": "dist/ses.esm.js",
"browser": "dist/ses.umd.js",
"scripts": {

@@ -12,6 +13,4 @@ "test": "node scripts/build-intermediate.js && tape -r esm test/**/*.js",

"build": "git submodule update --init --recursive && node scripts/build-intermediate.js && rollup -c",
"pretty-fix": "prettier --write 'src/**/*.{js,jsx}' 'test/**/*.{js,jsx}'",
"pretty-check": "prettier --check 'src/**/*.{js,jsx}' 'test/**/*.{js,jsx}'",
"lint-fix": "eslint --fix 'src/**/*.{js,jsx}' 'test/**/*.{js,jsx}'",
"lint-check": "eslint 'src/**/*.{js,jsx}' 'test/**/*.{js,jsx}'"
"lint-fix": "eslint --fix '**/*.{js,jsx}'",
"lint-check": "eslint '**/*.{js,jsx}'"
},

@@ -36,2 +35,11 @@ "devDependencies": {

},
"keywords": [
"confinement",
"isolation",
"secure execution",
"third-party code"
],
"files": [
"dist"
],
"repository": {

@@ -38,0 +46,0 @@ "type": "git",

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